|
|
@@ -87,6 +87,18 @@ const handleAction = (action) => {
|
|
|
</Space>
|
|
|
</Card>
|
|
|
|
|
|
+ <Card title="PS采集管理">
|
|
|
+ <Space>
|
|
|
+ <Button @click="handleAction('restartPinnacleHot')" type="primary" ghost :disabled="buttonDisabled">
|
|
|
+ 热重启服务
|
|
|
+ </Button>
|
|
|
+
|
|
|
+ <Button @click="handleAction('restartPinnacleCold')" ghost danger :disabled="buttonDisabled">
|
|
|
+ 冷重启服务
|
|
|
+ </Button>
|
|
|
+ </Space>
|
|
|
+ </Card>
|
|
|
+
|
|
|
<Card title="服务管理">
|
|
|
<Space>
|
|
|
<Button @click="handleAction('restartSportteryHot')" type="primary" ghost :disabled="buttonDisabled">
|
|
|
@@ -107,18 +119,6 @@ const handleAction = (action) => {
|
|
|
</Space>
|
|
|
</Card>
|
|
|
|
|
|
-
|
|
|
- <Card title="PS采集管理">
|
|
|
- <Space>
|
|
|
- <Button @click="handleAction('restartPinnacleHot')" type="primary" ghost :disabled="buttonDisabled">
|
|
|
- 热重启服务
|
|
|
- </Button>
|
|
|
-
|
|
|
- <Button @click="handleAction('restartPinnacleCold')" ghost danger :disabled="buttonDisabled">
|
|
|
- 冷重启服务
|
|
|
- </Button>
|
|
|
- </Space>
|
|
|
- </Card>
|
|
|
</Space>
|
|
|
</Page>
|
|
|
</template>
|