28.10.2024, 12:38
(This post was last modified: 28.10.2024, 12:43 by PolymorphedCust.)
I got it done !
I now realize, though, that when the display form is weekly; on monday we see 6,5 day empty and only the 12 first hours of monday. Is it possible to display the last 7*24 hours, instead of locking the trend table on monday through to sunday?
And:
When I enter this in the Custom CSS:
I thought it would only affect the visualization "app". But when I, as admin, enter the schedulers and trends, my buttons are gone.
That does, so I can't mark fx the "multiple trends" function.
Is there a work-around of this?
Thanks!
I now realize, though, that when the display form is weekly; on monday we see 6,5 day empty and only the 12 first hours of monday. Is it possible to display the last 7*24 hours, instead of locking the trend table on monday through to sunday?
And:
When I enter this in the Custom CSS:
Code:
.trends .navbar .btn {
display: none !important;
}
.trends .btn-group {
display: none !important;
}
.trends .container {
background: #006d4d!important;
border-radius: 15px;
}
.trends .navbar h4.title {
color: white;
}
.trends .flotr-legend.flotr-legend-left {
opacity: 50%;
}
.navbar .current {
color: #fbff00;
}
.schedulers .navbar .btn {
display: none !important;
}
I thought it would only affect the visualization "app". But when I, as admin, enter the schedulers and trends, my buttons are gone.
That does, so I can't mark fx the "multiple trends" function.
Is there a work-around of this?
Thanks!