Update Web UI Bar Gauge Graphs
- Changed file system abbreviation from 'FS' to Filesystem - Made chart height dynamic and incorporated legend height change into the master code/datafile.go binary - Updated the max colors for the graph - Realigned graph numbers
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
.service('cAdvisorService', function($http, $q, ENV) {
|
||||
var _baseUrl = function(minionIp) {
|
||||
var minionPort = ENV['/']['cAdvisorPort'] || "8081";
|
||||
var proxy = ENV['/']['cAdvisorProxy'] || "/api/v1beta3/proxy/nodes/";
|
||||
var proxy = ENV['/']['cAdvisorProxy'] || "/api/v1/proxy/nodes/";
|
||||
|
||||
return proxy + minionIp + ':' + minionPort + '/api/v1.0/';
|
||||
};
|
||||
|
Reference in New Issue
Block a user