mirror of
https://github.com/nicolargo/glances.git
synced 2025-01-07 18:51:34 +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;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Loading page */
|
// /* Loading page */
|
||||||
|
|
||||||
#loading-page .glances-logo {
|
// #loading-page .glances-logo {
|
||||||
background: url('../images/glances.png') no-repeat center center;
|
// background: url('../images/glances.png') no-repeat center center;
|
||||||
background-size: contain;
|
// background-size: contain;
|
||||||
}
|
// }
|
||||||
|
|
||||||
@media (max-width: 750px) {
|
// @media (max-width: 750px) {
|
||||||
#loading-page .glances-logo {
|
// #loading-page .glances-logo {
|
||||||
height: 400px;
|
// height: 400px;
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
@media (min-width: 750px) {
|
// @media (min-width: 750px) {
|
||||||
#loading-page .glances-logo {
|
// #loading-page .glances-logo {
|
||||||
height: 500px;
|
// height: 500px;
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div v-if="!dataLoaded" class="container-fluid" id="loading-page">
|
<div v-if="!dataLoaded" class="container-fluid" id="loading-page">
|
||||||
<div class="glances-logo"></div>
|
<div class="loader">Glances is loading...</div>
|
||||||
<div class="loader">Loading...</div>
|
|
||||||
</div>
|
</div>
|
||||||
<glances-help v-else-if="args.help_tag"></glances-help>
|
<glances-help v-else-if="args.help_tag"></glances-help>
|
||||||
<main v-else>
|
<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