mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
fix: add external notify error #1018
This commit is contained in:
parent
71bc9c1eb4
commit
7482be9c7a
2 changed files with 4 additions and 1 deletions
3
app/src/constants/errors/validate.ts
Normal file
3
app/src/constants/errors/validate.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export default {
|
||||
406: () => $gettext('Requested with wrong parameters'),
|
||||
}
|
|
@ -1,8 +1,8 @@
|
|||
<script setup lang="ts">
|
||||
import externalNotify from '@/api/external_notify'
|
||||
import { StdCurd } from '@/components/StdDesign/StdDataDisplay'
|
||||
import ExternalNotifyEditor from '../components/ExternalNotify'
|
||||
import columns from '../components/ExternalNotify/columns'
|
||||
import ExternalNotifyEditor from '../components/ExternalNotify/ExternalNotifyEditor.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue