mirror of
https://github.com/h44z/wg-portal.git
synced 2025-12-18 12:16:18 +00:00
smaller UI improvements; add system theme
This commit is contained in:
@@ -115,6 +115,7 @@ export const interfaceStore = defineStore('interfaces', {
|
||||
return apiWrapper.post(`${baseUrl}/new`, formData)
|
||||
.then(iface => {
|
||||
this.interfaces.push(iface)
|
||||
this.selected = iface.Identifier
|
||||
this.fetching = false
|
||||
})
|
||||
.catch(error => {
|
||||
|
||||
Reference in New Issue
Block a user