MAde the generate buttons consistent in the UI. Updated the Readme.

This commit is contained in:
Admin
2016-04-27 12:40:54 -05:00
parent 60d35acff9
commit e446c618ce
8 changed files with 110 additions and 51 deletions

View File

@@ -626,10 +626,6 @@ app.controller('SystemController', function ($scope, $location, $http, $window,
$scope.saveSettings = function() {
bridgeService.saveSettings();
};
$scope.setBridgeUrl = function (url) {
bridgeService.state.base = url;
bridgeService.viewDevices();
};
$scope.goBridgeUrl = function (url) {
window.open(url, "_blank");
};