You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2014/12/18 13:13:37 UTC

[5/9] stratos git commit: application deployment view helper added

application deployment view helper added


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/2ad29529
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/2ad29529
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/2ad29529

Branch: refs/heads/master
Commit: 2ad295298f1dae245ad2f11d2b27e4937d625204
Parents: 4d7bece
Author: Dakshika Jayathilaka <si...@gmail.com>
Authored: Thu Dec 18 16:48:18 2014 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Thu Dec 18 17:43:21 2014 +0530

----------------------------------------------------------------------
 .../console/themes/theme0/helpers/applications_deploy.js     | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/2ad29529/components/org.apache.stratos.manager.console/console/themes/theme0/helpers/applications_deploy.js
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/helpers/applications_deploy.js b/components/org.apache.stratos.manager.console/console/themes/theme0/helpers/applications_deploy.js
new file mode 100644
index 0000000..e6bdd7e
--- /dev/null
+++ b/components/org.apache.stratos.manager.console/console/themes/theme0/helpers/applications_deploy.js
@@ -0,0 +1,8 @@
+var resources = function (page, meta) {
+    return {
+        js: ['JSONEditor-0.7.12/jsoneditor-0.7.12.js','bootstrap-switch-3.0.2/bootstrap-switch.min.js', 'custom/script.js','custom/form.js',
+            'jquery.contextMenu/jquery.contextMenu.js', 'jquery.contextMenu/jquery.ui.position.js', 'jsplumb-1.7.2/dom.jsPlumb-1.7.2-min.js',
+            'dagre-v0.7.0/dagre.min.js', 'custom/applications-deploy.js'],
+        css: ['bootstrap-switch-3.0.2/bootstrap-switch.min.css', 'custom/style.css', 'custom/applications_deploy.css']
+    };
+};