From c1fc36a91c2d223b8781b8b2276508414ef2be13 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Wed, 18 Jun 2014 18:25:29 -0700 Subject: [PATCH] moving the shell files out to where they belong --- planetstack/core/dashboard/shell/up.sh | 2 -- planetstack/core/dashboard/{shell => views}/shell.py | 0 planetstack/core/{dashboard => static}/shell/constants.js | 0 planetstack/core/{dashboard => static}/shell/object_id.js | 0 planetstack/core/{dashboard => static}/shell/opencloud.js | 0 .../core/{dashboard => static}/shell/opencloud_shell.css | 0 planetstack/core/{dashboard => static}/shell/opencloud_shell.js | 0 planetstack/core/{dashboard => static}/shell/shell_utils.js | 0 planetstack/core/{dashboard => static}/shell/tokens.js | 0 planetstack/core/{dashboard => static}/shell/utils.js | 0 .../dashboard/shell => templates/admin/dashboard}/shell.html | 0 11 files changed, 2 deletions(-) delete mode 100755 planetstack/core/dashboard/shell/up.sh rename planetstack/core/dashboard/{shell => views}/shell.py (100%) rename planetstack/core/{dashboard => static}/shell/constants.js (100%) rename planetstack/core/{dashboard => static}/shell/object_id.js (100%) rename planetstack/core/{dashboard => static}/shell/opencloud.js (100%) rename planetstack/core/{dashboard => static}/shell/opencloud_shell.css (100%) rename planetstack/core/{dashboard => static}/shell/opencloud_shell.js (100%) rename planetstack/core/{dashboard => static}/shell/shell_utils.js (100%) rename planetstack/core/{dashboard => static}/shell/tokens.js (100%) rename planetstack/core/{dashboard => static}/shell/utils.js (100%) rename planetstack/{core/dashboard/shell => templates/admin/dashboard}/shell.html (100%) diff --git a/planetstack/core/dashboard/shell/up.sh b/planetstack/core/dashboard/shell/up.sh deleted file mode 100755 index 44af364..0000000 --- a/planetstack/core/dashboard/shell/up.sh +++ /dev/null @@ -1,2 +0,0 @@ -scp shell.html princeton_planetstack@node49.princeton.vicci.org:/opt/planetstack/templates/admin/dashboard/ -scp opencloud_shell.css object_id.js shell_utils.js utils.js tokens.js constants.js opencloud_shell.js princeton_planetstack@node49.princeton.vicci.org:/opt/planetstack/core/static/ diff --git a/planetstack/core/dashboard/shell/shell.py b/planetstack/core/dashboard/views/shell.py similarity index 100% rename from planetstack/core/dashboard/shell/shell.py rename to planetstack/core/dashboard/views/shell.py diff --git a/planetstack/core/dashboard/shell/constants.js b/planetstack/core/static/shell/constants.js similarity index 100% rename from planetstack/core/dashboard/shell/constants.js rename to planetstack/core/static/shell/constants.js diff --git a/planetstack/core/dashboard/shell/object_id.js b/planetstack/core/static/shell/object_id.js similarity index 100% rename from planetstack/core/dashboard/shell/object_id.js rename to planetstack/core/static/shell/object_id.js diff --git a/planetstack/core/dashboard/shell/opencloud.js b/planetstack/core/static/shell/opencloud.js similarity index 100% rename from planetstack/core/dashboard/shell/opencloud.js rename to planetstack/core/static/shell/opencloud.js diff --git a/planetstack/core/dashboard/shell/opencloud_shell.css b/planetstack/core/static/shell/opencloud_shell.css similarity index 100% rename from planetstack/core/dashboard/shell/opencloud_shell.css rename to planetstack/core/static/shell/opencloud_shell.css diff --git a/planetstack/core/dashboard/shell/opencloud_shell.js b/planetstack/core/static/shell/opencloud_shell.js similarity index 100% rename from planetstack/core/dashboard/shell/opencloud_shell.js rename to planetstack/core/static/shell/opencloud_shell.js diff --git a/planetstack/core/dashboard/shell/shell_utils.js b/planetstack/core/static/shell/shell_utils.js similarity index 100% rename from planetstack/core/dashboard/shell/shell_utils.js rename to planetstack/core/static/shell/shell_utils.js diff --git a/planetstack/core/dashboard/shell/tokens.js b/planetstack/core/static/shell/tokens.js similarity index 100% rename from planetstack/core/dashboard/shell/tokens.js rename to planetstack/core/static/shell/tokens.js diff --git a/planetstack/core/dashboard/shell/utils.js b/planetstack/core/static/shell/utils.js similarity index 100% rename from planetstack/core/dashboard/shell/utils.js rename to planetstack/core/static/shell/utils.js diff --git a/planetstack/core/dashboard/shell/shell.html b/planetstack/templates/admin/dashboard/shell.html similarity index 100% rename from planetstack/core/dashboard/shell/shell.html rename to planetstack/templates/admin/dashboard/shell.html -- 2.43.0