File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
src/pybind/mgr/dashboard/frontend/src/app/shared/components/grafana Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1414
1515< ng-container *ngIf ="grafanaExist && dashboardExist ">
1616 < div class ="row mb-3 ">
17- < div class ="col-lg-4 d-flex ">
17+ < div class ="col-lg-5 d-flex ">
1818 < div class ="col-md-3 timepicker ">
1919 < label for ="timepicker "
2020 class ="mt-2 "
21- i18n > Grafana Time Picker</ label > </ div >
22- < div class ="col-md-4 ">
21+ i18n > Grafana Time Picker</ label >
22+ </ div >
23+ < div class ="col-sm-4 ">
2324 < select id ="timepicker "
2425 name ="timepicker "
2526 class ="form-select "
2829 < option *ngFor ="let key of grafanaTimes "
2930 [ngValue] ="key.value "> {{ key.name }}
3031 </ option >
31- </ select > </ div >
32- < div class =" col-md-3 " >
33-
32+ </ select >
33+ </ div >
34+ < div class =" col-sm-1 " >
3435 < button class ="btn btn-light ms-3 "
3536 i18n-title
3637 title ="Reset Settings "
3738 (click) ="reset() ">
3839 < i [ngClass] ="[icons.undo] "> </ i >
3940 </ button >
41+ </ div >
42+ < div class ="col-sm-1 ">
4043 < button class ="btn btn-light ms-3 "
4144 i18n-title
4245 title ="Show hidden information "
You can’t perform that action at this time.
0 commit comments