style: 修改网站样式
This commit is contained in:

committed by
zhengkunwang223

parent
905999cdf0
commit
e82b40f5b7
@@ -32,7 +32,14 @@
|
||||
<el-divider direction="vertical" />
|
||||
<el-button type="primary" link @click="onOperate('restart')">{{ $t('app.restart') }}</el-button>
|
||||
<el-divider direction="vertical" />
|
||||
<el-button type="primary" link @click="setting">{{ $t('commons.button.set') }}</el-button>
|
||||
<el-button
|
||||
type="primary"
|
||||
link
|
||||
@click="setting"
|
||||
:disabled="data.status !== 'Running' && data.app === 'OpenResty'"
|
||||
>
|
||||
{{ $t('commons.button.set') }}
|
||||
</el-button>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-card>
|
||||
|
Reference in New Issue
Block a user