diff --git a/platypush/backend/http/webapp/src/components/File/Browser.vue b/platypush/backend/http/webapp/src/components/File/Browser.vue index 5b17faf212..ae47e28fc9 100644 --- a/platypush/backend/http/webapp/src/components/File/Browser.vue +++ b/platypush/backend/http/webapp/src/components/File/Browser.vue @@ -3,21 +3,51 @@ -
+ + +
@@ -27,38 +57,182 @@
+
+
+ + <Select This Directory> +
+
+
- + {{ file.name }}
-
- - +
+ +
+ + + + + +
+ +
+ +
+ + + +
+ + + The following warnings were raised: + +
    +
  • + {{ warning }} +
  • +
+ + Are you sure you that you want to edit the file? +
+ + + Are you sure you that you want to delete this file?

+ {{ fileToRemove }} +
+ + + Are you sure you that you want to delete this directory?

+ {{ directoryToRemove }} +
+ + + This directory is not empty. Are you sure you that you want to delete it?

+ {{ directoryToRemove }} +
+ + + + + Enter the name of the new directory: + + + + Enter the name of the new file: + + + + Enter a new name for this file:

+ {{ fileToRename }} +
+ +
+ + + +
diff --git a/platypush/backend/http/webapp/src/components/File/Browser/Options.vue b/platypush/backend/http/webapp/src/components/File/Browser/Options.vue new file mode 100644 index 0000000000..57356855ca --- /dev/null +++ b/platypush/backend/http/webapp/src/components/File/Browser/Options.vue @@ -0,0 +1,117 @@ + + + + + diff --git a/platypush/backend/http/webapp/src/components/File/Editor.vue b/platypush/backend/http/webapp/src/components/File/Editor.vue new file mode 100644 index 0000000000..8b6e3df88b --- /dev/null +++ b/platypush/backend/http/webapp/src/components/File/Editor.vue @@ -0,0 +1,387 @@ +