Skip to content

Commit

Permalink
Remove "Kind" header in the explorer (#66)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti authored Jan 3, 2025
1 parent 86e6849 commit 5a38224
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/enterprise/enterprise_explorer.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,17 +125,13 @@ static auto file_manager(std::ostringstream &html,
html << "</nav>";
}

// html << "<p class=\"mb-0 text-secondary fw-light\">";
// html << "XXXXX" << "\n";
// html << "</p>";

html << "<div class=\"container-fluid p-4\">";
html << "<table class=\"table table-bordered border-light-subtle "
"table-light\">";

html << "<thead>";
html << "<tr>";
html << "<th scope=\"col\" style=\"width: 1%\">Kind</th>";
html << "<th scope=\"col\" style=\"width: 50px\"></th>";
html << "<th scope=\"col\">Name</th>";
html << "<th scope=\"col\">Title</th>";
html << "<th scope=\"col\">Description</th>";
Expand Down

0 comments on commit 5a38224

Please sign in to comment.