feat: add a top when restart halo.

pull/59/head
ruibaby 2019-12-19 20:16:20 +08:00
parent dee84b390b
commit 0e208e9888
1 changed files with 8 additions and 4 deletions

View File

@ -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>