mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2026-05-06 19:36:18 +00:00
Translating to zh-cn is done
This commit is contained in:
@@ -31,7 +31,7 @@ export default {
|
||||
fetchPost('/api/newDashboardAPIKey', this.newKeyData, (res) => {
|
||||
if (res.status){
|
||||
this.$emit('created', res.data);
|
||||
this.store.newMessage("Server", "New API Key created", "success");
|
||||
this.store.newMessage("Server", "API Key created", "success");
|
||||
this.$emit('close')
|
||||
}else{
|
||||
this.store.newMessage("Server", res.message, "danger")
|
||||
|
||||
Reference in New Issue
Block a user