feat: admin rendering UI + contribute i18n

This commit is contained in:
NGPixel
2018-07-07 18:09:58 -04:00
parent 4643336e9d
commit bc12db7295
14 changed files with 285 additions and 58 deletions

View File

@@ -6,10 +6,13 @@ module.exports = {
accountKey: String,
container: String
},
activate() {
activated(opts) {
},
deactivate() {
deactivated(opts) {
},
init(opts) {
},
created(opts) {

View File

@@ -10,10 +10,13 @@ module.exports = {
},
bucket: String
},
activate() {
activated(opts) {
},
deactivate() {
deactivated(opts) {
},
init(opts) {
},
created(opts) {

View File

@@ -4,10 +4,13 @@ module.exports = {
props: {
path: String
},
activate() {
activated(opts) {
},
deactivate() {
deactivated(opts) {
},
init(opts) {
},
created(opts) {

View File

@@ -5,10 +5,13 @@ module.exports = {
appKey: String,
appSecret: String
},
activate() {
activated(opts) {
},
deactivate() {
deactivated(opts) {
},
init(opts) {
},
created(opts) {

View File

@@ -5,10 +5,13 @@ module.exports = {
clientId: String,
clientSecret: String
},
activate() {
activated(opts) {
},
deactivate() {
deactivated(opts) {
},
init(opts) {
},
created(opts) {

View File

@@ -20,10 +20,13 @@ module.exports = {
basicUsername: String,
basicPassword: String
},
activate() {
activated(opts) {
},
deactivate() {
deactivated(opts) {
},
init(opts) {
},
created(opts) {

View File

@@ -5,10 +5,13 @@ module.exports = {
clientId: String,
clientSecret: String
},
activate() {
activated(opts) {
},
deactivate() {
deactivated(opts) {
},
init(opts) {
},
created(opts) {

View File

@@ -7,10 +7,13 @@ module.exports = {
region: String,
bucket: String
},
activate() {
activated(opts) {
},
deactivate() {
deactivated(opts) {
},
init(opts) {
},
created(opts) {

View File

@@ -14,10 +14,13 @@ module.exports = {
default: '~'
}
},
activate() {
activated(opts) {
},
deactivate() {
deactivated(opts) {
},
init(opts) {
},
created(opts) {