summaryrefslogtreecommitdiffstats
path: root/modules-available/dnbd3
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/dnbd3')
-rw-r--r--modules-available/dnbd3/page.inc.php2
-rw-r--r--modules-available/dnbd3/templates/page-server-locations.html9
2 files changed, 2 insertions, 9 deletions
diff --git a/modules-available/dnbd3/page.inc.php b/modules-available/dnbd3/page.inc.php
index 39500f83..1fa38805 100644
--- a/modules-available/dnbd3/page.inc.php
+++ b/modules-available/dnbd3/page.inc.php
@@ -230,7 +230,7 @@ class Page_Dnbd3 extends Page
$stats['bytesReceived_s'] = Util::readableFileSize($stats['bytesReceived']);
$stats['uptime_s'] = floor($stats['uptime'] / 86400) . 'd ' . gmdate('H:i:s', $stats['uptime']);
Render::addTemplate('page-proxy-stats', $stats);
- $images = Dnbd3Rpc::query($server['ip'], 5003,false, false, true);
+ // TODO $images = Dnbd3Rpc::query($server['ip'], 5003,false, false, true);
$confAlts = Dnbd3Rpc::query($server['ip'], 5003,false, false, false, false, true, true);
$ips = array();
$sort = array();
diff --git a/modules-available/dnbd3/templates/page-server-locations.html b/modules-available/dnbd3/templates/page-server-locations.html
index 7d7ddaf1..9ab0e973 100644
--- a/modules-available/dnbd3/templates/page-server-locations.html
+++ b/modules-available/dnbd3/templates/page-server-locations.html
@@ -6,13 +6,6 @@
<input type="hidden" name="token" value="{{token}}">
<input type="hidden" name="server" value="{{serverid}}">
- <div class="buttonbar text-right">
- <button type="submit" class="btn btn-primary" name="action" value="savelocations">
- <span class="glyphicon glyphicon-floppy-disk"></span>
- {{lang_save}}
- </button>
- </div>
-
<div class="row">
<div class="col-md-6">
<h3>{{lang_allowedSubnets}}</h3>
@@ -93,4 +86,4 @@ document.addEventListener('DOMContentLoaded', function() {
$('.loc-check').change(updateLocations);
updateLocations();
});
-//--></script> \ No newline at end of file
+//--></script>