You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2014/12/15 10:44:57 UTC

[2/6] stratos git commit: dagre loaded to application editor

dagre loaded to application editor


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

Branch: refs/heads/4.1.0-test
Commit: 92181aca31ae614897affc7d24035a0c24237cb3
Parents: 059da8e
Author: Dakshika Jayathilaka <si...@gmail.com>
Authored: Mon Dec 15 14:41:02 2014 +0530
Committer: Lahiru Sandaruwan <la...@apache.org>
Committed: Mon Dec 15 15:17:04 2014 +0530

----------------------------------------------------------------------
 .../console/themes/theme0/helpers/applications_editor.js          | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/92181aca/components/org.apache.stratos.manager.console/console/themes/theme0/helpers/applications_editor.js
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/helpers/applications_editor.js b/components/org.apache.stratos.manager.console/console/themes/theme0/helpers/applications_editor.js
index 2af9bc9..abec326 100644
--- a/components/org.apache.stratos.manager.console/console/themes/theme0/helpers/applications_editor.js
+++ b/components/org.apache.stratos.manager.console/console/themes/theme0/helpers/applications_editor.js
@@ -1,7 +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', 'd3js-v3/d3.v3.min.js',
-            'jquery.contextMenu/jquery.contextMenu.js', 'jquery.contextMenu/jquery.ui.position.js', 'jsplumb-1.7.2/dom.jsPlumb-1.7.2-min.js','custom/applications-editor.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-editor.js'],
         css: ['bootstrap-switch-3.0.2/bootstrap-switch.min.css', 'custom/style.css', 'custom/application_editor.css']
     };
 };