mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Avoid horizontal scrollbar on initial loading screen
This commit is contained in:
parent
607c0c1e96
commit
2032297f7b
1 changed files with 8 additions and 10 deletions
|
@ -12,16 +12,14 @@
|
|||
</head>
|
||||
<body kibana ng-class="'application-' + activeApp.id">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-offset-4 col-md-4 page-header initial-load">
|
||||
<center>
|
||||
<img width="128" alt="Loading Kibana" src="images/initial_load.gif">
|
||||
<h1>
|
||||
<strong>Kibana</strong>
|
||||
<small id="cache-message">is loading. Give me a moment here. I'm loading a whole bunch of code. Don't worry, all this good stuff will be cached up for next time!</small>
|
||||
</h1>
|
||||
</center>
|
||||
</div>
|
||||
<div class="col-md-offset-4 col-md-4 page-header initial-load">
|
||||
<center>
|
||||
<img width="128" alt="Loading Kibana" src="images/initial_load.gif">
|
||||
<h1>
|
||||
<strong>Kibana</strong>
|
||||
<small id="cache-message">is loading. Give me a moment here. I'm loading a whole bunch of code. Don't worry, all this good stuff will be cached up for next time!</small>
|
||||
</h1>
|
||||
</center>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue