- No.Of Hours Value for the running instances will be visible in Dashboard Instance graph
- Changed the metrics error message
- Changed the font size of mandatory field message.
Change-Id: If6b62d645ba10a38fb969ed189d7e7a5ce2d45a5
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
}]
},
options: {
+ layout: {
+ padding: {
+ top: 20
+ }
+ },
hover: {
onHover(evt: Event, item: {}): void {
const el: HTMLElement = document.getElementById('canvas');
window.open(location);
} else {
this.isLoadingNSInstanceAction = false;
- this.notifierService.notify('error', this.translateService.instant('GRAFANA.METRICSERROR'));
+ this.notifierService.notify('error', this.translateService.instant('PAGE.NSMETRIC.METRICERROR'));
}
});
this.doChanges();
padding-right: 0px;
}
.mandatory-label {
- @include font(null, 10px, null);
+ @include font(null, 11px, null);
}
.dropzone {
min-height: 50px;
overflow-y: scroll;
}
}
- .resources-chart-popover{
+ .resources-chart-popover {
max-width: 60% !important;
@include font-family("Roboto");
- .popover-body{
+ .popover-body {
max-height: 60vh;
overflow-y: scroll;
}