Merge branch 'hotfix/static' into 'master'
js was added in liberty release
See merge request !7
diff --git a/horizon/files/enabled/murano_dashboard.py b/horizon/files/enabled/murano_dashboard.py
index 80d89e7..ee4a727 100644
--- a/horizon/files/enabled/murano_dashboard.py
+++ b/horizon/files/enabled/murano_dashboard.py
@@ -15,9 +15,3 @@
'not_found': exceptions.NOT_FOUND,
'unauthorized': exceptions.UNAUTHORIZED,
}
-
-ADD_JS_FILES = [
- 'muranodashboard/js/murano.service.js',
- 'muranodashboard/js/upload_form.js',
- 'muranodashboard/js/import_bundle_form.js',
-]