mirror of
https://github.com/octoleo/syncthing.git
synced 2025-03-10 12:52:22 +00:00
Prevent GUI from rendering before it's ready (fixes #127)
This commit is contained in:
parent
935a8eb9a7
commit
1bf128612d
File diff suppressed because one or more lines are too long
@ -84,10 +84,14 @@
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ng-cloak {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body ng-controller="SyncthingCtrl">
|
<body ng-controller="SyncthingCtrl" class="ng-cloak">
|
||||||
|
|
||||||
<!-- Top bar -->
|
<!-- Top bar -->
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user