mirror of
https://github.com/unraid/webgui.git
synced 2026-05-12 23:30:01 -05:00
Multi cache pool support
This commit is contained in:
@@ -15,7 +15,7 @@ Markdown="false"
|
||||
*/
|
||||
?>
|
||||
<style>
|
||||
.loc{text-align:left;white-space:nowrap}
|
||||
.loc{text-align:left}
|
||||
#title span.left{text-transform:none}
|
||||
</style>
|
||||
<script>
|
||||
@@ -39,6 +39,6 @@ $(function(){
|
||||
</script>
|
||||
<table class="indexer tablesorter shift">
|
||||
<thead><tr><th>_(Type)_</th><th class='sorter-text'>_(Name)_</th><th>_(Size)_</th><th>_(Last Modified)_</th><th>_(Location)_</th></tr></thead>
|
||||
<tbody><tr><td colspan="5"></td></tr></tbody>
|
||||
<tbody><tr><td colspan="5"> </td></tr></tbody>
|
||||
</table>
|
||||
<input type="button" value="_(Done)_" onclick="done('Browse')">
|
||||
|
||||
@@ -101,7 +101,7 @@ function device_info(&$disk,$online) {
|
||||
function device_browse(&$disk) {
|
||||
global $path;
|
||||
$dir = $disk['name']=='flash' ? "/boot" : "/mnt/{$disk['name']}";
|
||||
return "<a href=\"".htmlspecialchars("$path/Browse?dir=$dir")."\"><img src='/webGui/images/explore.png' title='"._('Browse')." $dir'></a>";
|
||||
return "<a href=\"/$path/Browse?dir=".htmlspecialchars($dir)."\"><img src='/webGui/images/explore.png' title='"._('Browse')." $dir'></a>";
|
||||
}
|
||||
function device_desc(&$disk) {
|
||||
global $var;
|
||||
|
||||
Reference in New Issue
Block a user