Skip to content

Commit

Permalink
Adding yum icon html element
Browse files Browse the repository at this point in the history
Ref to #1619

Signed-off-by: Mirko Arena <mirko.arena@gmail.com>
  • Loading branch information
MFlyer committed Mar 7, 2017
1 parent f3bcb52 commit ab2d320
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/rockstor/storageadmin/static/storageadmin/css/style.css
Expand Up @@ -844,6 +844,16 @@ label.error { font-size: 12px; color: #b94a48; }
color: #fff;
}

#yum-msg {
float:right;
padding-right: 5px;
}


#yum-msg > a {
color: #ffffff;
}

hr.module-sep { margin: 0; border: 0; border-top: 1px solid #ddd;
}

Expand Down Expand Up @@ -2748,7 +2758,7 @@ This file is generated by `grunt build`, do not edit it by hand.

#uptime {
float: right;
padding-left: 20px;
padding-left: 10px;
color: #FFFFFF;
font-family: Roboto-Light;
font-size: 12px;
Expand Down
1 change: 1 addition & 0 deletions src/rockstor/storageadmin/templates/storageadmin/base.html
Expand Up @@ -149,6 +149,7 @@
<a id="direct-shell" href="#shell"><i class="fa fa-desktop fa-inverse"></i>&nbsp;System Shell</a>
<div id="uptime"></div>
<div id="appliance-loadavg"></div>
<div id="yum-msg"></div>
</div>

<div id="wrapper1">
Expand Down

0 comments on commit ab2d320

Please sign in to comment.