henszey / etcd-browser

A quick and easy way to view/edit basic keys in etcd.
http://henszey.github.io/etcd-browser/
MIT License
672 stars 232 forks source link

Unhardcode protocol #15

Open matthew-sharp opened 9 years ago

matthew-sharp commented 9 years ago

diff --git a/frontend/etcdbrowser.js b/frontend/etcdbrowser.js index 045b28e..d02ec59 100644 --- a/frontend/etcdbrowser.js +++ b/frontend/etcdbrowser.js @@ -8,7 +8,7 @@ app.controller('NodeCtrl', ['$scope','$http','$cookies', function($scope,$http,$ if($cookies.urlPrefix){ $scope.urlPrefix = $cookies.urlPrefix; } else {