aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/moon_gui/static/app/logs
diff options
context:
space:
mode:
Diffstat (limited to 'moonv4/moon_gui/static/app/logs')
-rwxr-xr-xmoonv4/moon_gui/static/app/logs/logs.controller.js16
-rwxr-xr-xmoonv4/moon_gui/static/app/logs/logs.tpl.html3
2 files changed, 0 insertions, 19 deletions
diff --git a/moonv4/moon_gui/static/app/logs/logs.controller.js b/moonv4/moon_gui/static/app/logs/logs.controller.js
deleted file mode 100755
index e48e2b8b..00000000
--- a/moonv4/moon_gui/static/app/logs/logs.controller.js
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- * @author Samy Abdallah
- */
-(function() {
-
- 'use strict';
-
- angular
- .module('moon')
- .controller('LogsController', LogsController);
-
- function LogsController() {
-
- }
-
-})(); \ No newline at end of file
diff --git a/moonv4/moon_gui/static/app/logs/logs.tpl.html b/moonv4/moon_gui/static/app/logs/logs.tpl.html
deleted file mode 100755
index fecc0289..00000000
--- a/moonv4/moon_gui/static/app/logs/logs.tpl.html
+++ /dev/null
@@ -1,3 +0,0 @@
-<div class="container">
- Logs
-</div> \ No newline at end of file