diff --git a/zero.Web.UI/App/components/buttons/add-button.vue b/zero.Web.UI/App/components/buttons/add-button.vue
new file mode 100644
index 00000000..98ecbb77
--- /dev/null
+++ b/zero.Web.UI/App/components/buttons/add-button.vue
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/zero.Web.UI/App/components/overlays/dropdown.vue b/zero.Web.UI/App/components/overlays/dropdown.vue
index cd18e54b..a8da2f28 100644
--- a/zero.Web.UI/App/components/overlays/dropdown.vue
+++ b/zero.Web.UI/App/components/overlays/dropdown.vue
@@ -3,7 +3,7 @@
-
+
@@ -47,6 +47,13 @@
},
items: LanguagesApi.getAll
};
+ },
+
+ methods: {
+ onAdd()
+ {
+ console.info('add');
+ }
}
}
\ No newline at end of file
diff --git a/zero.Web/Resources/Localization/zero.en-us.json b/zero.Web/Resources/Localization/zero.en-us.json
index ae41727d..3747c98e 100644
--- a/zero.Web/Resources/Localization/zero.en-us.json
+++ b/zero.Web/Resources/Localization/zero.en-us.json
@@ -369,7 +369,9 @@
"domains": "Domains",
"domains_text": "Select domains for this application",
"domains_help": "Valid domain names are: \"example.com\", \"www.example.com\", \"example.com:8080\", or \"https://www.example.com\".",
- "domains_add": "Add domain"
+ "domains_add": "Add domain",
+ "features": "Features",
+ "features_text": "Enable additional features for this application"
}
},