diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-01-08 10:43:25 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-01-08 10:43:25 -0500 |
| commit | af2b59902e50264a9a34f4ca0a5bdf06ecc13b8d (patch) | |
| tree | a1d40b5d9e610a30c40ef73cfe0e37a451437cf7 /www/js/DataModel.js | |
| parent | e4ab4d9769331713288040f96044e188d15d6d49 (diff) | |
#499 - fix case when you try and configure ES before logging into portal (first setup)
Diffstat (limited to 'www/js/DataModel.js')
| -rwxr-xr-x | www/js/DataModel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index afaad752..47ec1156 100755 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -1100,7 +1100,7 @@ angular.module('zmApp.controllers') } }, - isLoggedIn: function () { + hasLoginInfo: function () { if ((loginData.username != "" && loginData.password != "" && loginData.url != "" && loginData.apiurl != "") || (loginData.isUseAuth != '1')) { |
