mirror of
https://github.com/portainer/portainer.git
synced 2025-07-20 13:59:40 +02:00
Fixed dashboard graphs, Chart.js doesn't like charts being hidden on creation, fixed routing issue to dashboard, version bump.
This commit is contained in:
parent
ce90515c95
commit
5d4a2a7c25
4 changed files with 4 additions and 6 deletions
|
@ -19,14 +19,12 @@ angular.module('dashboard', [])
|
|||
|
||||
var opts = {animation: false};
|
||||
if (Settings.firstLoad) {
|
||||
$('#stats').hide();
|
||||
opts.animation = true;
|
||||
Settings.firstLoad = false;
|
||||
$('#masthead').show();
|
||||
|
||||
setTimeout(function () {
|
||||
$('#masthead').slideUp('slow');
|
||||
$('#stats').slideDown('slow');
|
||||
}, 5000);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue