mirror of https://github.com/halo-dev/halo-admin
feat: add a top when restart halo.
parent
dee84b390b
commit
0e208e9888
|
@ -30,10 +30,14 @@
|
||||||
style="margin-right: 8px;"
|
style="margin-right: 8px;"
|
||||||
>保存</a-button>
|
>保存</a-button>
|
||||||
</a-popconfirm>
|
</a-popconfirm>
|
||||||
<a-button
|
<a-popconfirm
|
||||||
type="danger"
|
:title="'你确定要重启吗?'"
|
||||||
@click="handleRestartApplication()"
|
okText="确定"
|
||||||
>重启</a-button>
|
cancelText="取消"
|
||||||
|
@confirm="handleRestartApplication()"
|
||||||
|
>
|
||||||
|
<a-button type="danger">重启</a-button>
|
||||||
|
</a-popconfirm>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-form>
|
</a-form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue