dashboard #1

Merged
andi merged 118 commits from dashboard into master 2024-09-29 06:47:35 +00:00
3 changed files with 5 additions and 5 deletions
Showing only changes of commit cb5b160d3c - Show all commits

View File

@@ -2,9 +2,9 @@
<div id="main-toolbar"> <div id="main-toolbar">
<!--<button mat-button [routerLink]="['/']"><img src="assets/img/strip-chart-color.svg" aria-hidden="false" aria-label="go to home page" /> Plotilio</button>--> <!--<button mat-button [routerLink]="['/']"><img src="assets/img/strip-chart-color.svg" aria-hidden="false" aria-label="go to home page" /> Plotilio</button>-->
<button mat-button [routerLink]="['/']"><img src="assets/img/plotilio_64.png" aria-hidden="false" aria-label="go to home page" /></button> <a mat-button [routerLink]="['/']"><img src="assets/img/plotilio_64.png" aria-hidden="false" aria-label="go to home page" /></a>
<button mat-button [routerLink]="['/vis']">Visualization</button> <a mat-button [routerLink]="['/vis']">Visualization</a>
<button mat-button [routerLink]="['/dashboard']">Dashboards<span class="super-badge">Beta</span></button> <a mat-button [routerLink]="['/dashboard']">Dashboards<span class="super-badge">Beta</span></a>
</div> </div>
<router-outlet></router-outlet> <router-outlet></router-outlet>

View File

@@ -6,8 +6,9 @@
border-bottom: solid 1px #bbb; border-bottom: solid 1px #bbb;
} }
#main-toolbar button img { #main-toolbar a img {
height: 1.5rem; height: 1.5rem;
vertical-align: text-bottom;
} }
.right{ .right{

View File

@@ -114,7 +114,6 @@ button.save-button {
.icon-small { .icon-small {
width: 1.5em; width: 1.5em;
height: 1.5em; height: 1.5em;
margin: 0.2em;
} }
.icon-small:hover { .icon-small:hover {
background-color: #eee; background-color: #eee;