mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-19 08:28:46 +00:00
MAde the generate buttons consistent in the UI. Updated the Readme.
This commit is contained in:
@@ -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");
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user