We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113cbca commit 42e65a2Copy full SHA for 42e65a2
web/css/styles.min.css
@@ -3788,6 +3788,12 @@ form#vstobjects.suspended {
3788
3789
}
3790
3791
+.server-info-output {
3792
+ color: #cc3366;
3793
+ padding: 10px 0 20px 20px;
3794
+ background: #fff;
3795
+}
3796
+
3797
.server-info-data {
3798
margin-left: 100px;
3799
margin-top: -20px;
web/templates/admin/list_server_info.html
@@ -45,5 +45,5 @@
45
</div>
46
<!-- /.l-header -->
47
48
- <div style="color: #cc3366; padding: 10px 0 20px 20px; background: #fff; " class="animated fadeIn">.</div><div class="l-center">
+ <div class="server-info-output animated fadeIn">.</div><div class="l-center">
49
<pre class="console-output">
0 commit comments