mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-02 03:48:26 +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;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.ng-cloak {
|
||||
display: none !important;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body ng-controller="SyncthingCtrl">
|
||||
<body ng-controller="SyncthingCtrl" class="ng-cloak">
|
||||
|
||||
<!-- Top bar -->
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user