mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 18:35:51 +02:00
fix: terminal process not killed #181
This commit is contained in:
parent
4b75aed9f6
commit
5fcad2311b
12 changed files with 271 additions and 121 deletions
|
@ -101,7 +101,7 @@ watch(() => gettext.current, () => {
|
|||
</a-form-item>
|
||||
<a-form-item>
|
||||
<a-button @click="onSubmit" type="primary" :block="true" html-type="submit" :loading="loading">
|
||||
<translate>Login</translate>
|
||||
{{ $gettext('Login') }}
|
||||
</a-button>
|
||||
</a-form-item>
|
||||
</a-form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue