mirror of
https://github.com/nicolargo/glances.git
synced 2025-01-06 01:35:47 +03:00
GET /1272f6e9e8f9d6bfd6de.png results in 404 #2781
This commit is contained in:
parent
e5e5cf4c01
commit
a129c1b337
@ -218,23 +218,23 @@ body {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
/* Loading page */
|
||||
// /* Loading page */
|
||||
|
||||
#loading-page .glances-logo {
|
||||
background: url('../images/glances.png') no-repeat center center;
|
||||
background-size: contain;
|
||||
}
|
||||
// #loading-page .glances-logo {
|
||||
// background: url('../images/glances.png') no-repeat center center;
|
||||
// background-size: contain;
|
||||
// }
|
||||
|
||||
@media (max-width: 750px) {
|
||||
#loading-page .glances-logo {
|
||||
height: 400px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 750px) {
|
||||
#loading-page .glances-logo {
|
||||
height: 500px;
|
||||
}
|
||||
}
|
||||
// @media (max-width: 750px) {
|
||||
// #loading-page .glances-logo {
|
||||
// height: 400px;
|
||||
// }
|
||||
// }
|
||||
// @media (min-width: 750px) {
|
||||
// #loading-page .glances-logo {
|
||||
// height: 500px;
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
/*
|
||||
|
@ -1,7 +1,6 @@
|
||||
<template>
|
||||
<div v-if="!dataLoaded" class="container-fluid" id="loading-page">
|
||||
<div class="glances-logo"></div>
|
||||
<div class="loader">Loading...</div>
|
||||
<div class="loader">Glances is loading...</div>
|
||||
</div>
|
||||
<glances-help v-else-if="args.help_tag"></glances-help>
|
||||
<main v-else>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 49 KiB |
6
glances/outputs/static/public/glances.js
vendored
6
glances/outputs/static/public/glances.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user