Skip to content

Commit

Permalink
tools: remove dashboard-beacon and use dashboard on beacon and robots
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Courtois <eric.courtois@gmail.com>
  • Loading branch information
ecourtois authored and Starbeuck committed Jan 7, 2025
1 parent 0f47ff6 commit 17d5ae1
Show file tree
Hide file tree
Showing 46 changed files with 22 additions and 1,915 deletions.
20 changes: 16 additions & 4 deletions cogip/tools/dashboard/static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,25 +52,37 @@ h1 {
margin-right: 0px;
}

#menu {
text-align: center;
.tab-content #menu {
min-height: 87vh;
max-height: 87vh;
}

body #menu {
min-height: 91vh;
max-height: 91vh;
}

#menu {
text-align: center;
padding-top: 10px;
padding-right: 5px;
padding-left: 15px;
border-right: 1px solid var(--grey-color) !important;
}

.nav-tabs {
margin-top: 0;
}

.nav-link,
.nav-link:focus,
.nav-link:hover {
color:var(--grey-color);
}

#nav-tool-tab.active {
.nav-link.active {
border-color: var(--grey-color) !important;
background-color: var(--red-cogip);
background-color: var(--red-cogip) !important;
color: white !important;
}

Expand Down
8 changes: 0 additions & 8 deletions cogip/tools/dashboard_beacon/__init__.py

This file was deleted.

88 changes: 0 additions & 88 deletions cogip/tools/dashboard_beacon/__main__.py

This file was deleted.

14 changes: 0 additions & 14 deletions cogip/tools/dashboard_beacon/app.py

This file was deleted.

40 changes: 0 additions & 40 deletions cogip/tools/dashboard_beacon/dashboard.py

This file was deleted.

1 change: 0 additions & 1 deletion cogip/tools/dashboard_beacon/routes/__init__.py

This file was deleted.

18 changes: 0 additions & 18 deletions cogip/tools/dashboard_beacon/routes/beacon.py

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 17d5ae1

Please sign in to comment.