diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2018-09-05 16:49:36 -0500 |
|---|---|---|
| committer | Ed Tanous <ed.tanous@intel.com> | 2018-09-10 20:25:26 +0000 |
| commit | ce877482b9dc005a47cdce2d1654dd25689c9c3c (patch) | |
| tree | 46df55c35d029243064f8e233e33c66c23fed7d2 /app/common/services | |
| parent | a4ae7dba15e741ea66cb21fbd8fa1e4e2deab178 (diff) | |
| download | phosphor-webui-ce877482b9dc005a47cdce2d1654dd25689c9c3c.tar.gz phosphor-webui-ce877482b9dc005a47cdce2d1654dd25689c9c3c.zip | |
Remove unused dataService.loading_message
Change-Id: Ic335a812537fc935264108bb7f9f93a05134c3b2
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/common/services')
| -rw-r--r-- | app/common/services/dataService.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/common/services/dataService.js b/app/common/services/dataService.js index b9ece13..63f9a72 100644 --- a/app/common/services/dataService.js +++ b/app/common/services/dataService.js @@ -22,7 +22,6 @@ window.angular && (function(angular) { this.loading = false; this.server_unreachable = false; - this.loading_message = ''; this.showNavigation = false; this.bodyStyle = {}; this.path = ''; |

