mirror of
https://github.com/ShaYmez/ezservermonitor-web.git
synced 2026-06-01 13:44:11 -04:00
Themes available !
Disk : filesystem column is hidden in mobile view
This commit is contained in:
@@ -38,8 +38,8 @@ $update = $Config->checkUpdate();
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<body class="theme-<?php echo $Config->get('esm:theme'); ?>">
|
||||
|
||||
<nav role="main">
|
||||
<div id="appname">
|
||||
@@ -227,7 +227,7 @@ $update = $Config->checkUpdate();
|
||||
<thead>
|
||||
<tr>
|
||||
<?php if ($Config->get('disk:show_filesystem')): ?>
|
||||
<th class="w10p">Filesystem</th>
|
||||
<th class="w10p filesystem">Filesystem</th>
|
||||
<?php endif; ?>
|
||||
<th class="w20p">Mount</th>
|
||||
<th>Use</th>
|
||||
|
||||
Reference in New Issue
Block a user