| | |
| | | </div> |
| | | <div class="hero-actions"> |
| | | <el-button size="small" plain @click="openMonitor">{{ i18n('dashboard.openMonitor', '打开监控画面') }}</el-button> |
| | | <el-button |
| | | size="small" |
| | | :type="overview.systemRunning ? 'danger' : 'success'" |
| | | plain |
| | | :disabled="switchingSystem" |
| | | :loading="switchingSystem" |
| | | @click="toggleSystem">{{ overview.systemRunning ? i18n('dashboard.stopSystem', '停止系统') : i18n('dashboard.startSystem', '启动系统') }}</el-button> |
| | | <el-button size="small" type="primary" :loading="refreshing" @click="loadDashboard(true)">{{ i18n('dashboard.refreshNow', '立即刷新') }}</el-button> |
| | | </div> |
| | | </div> |
| | |
| | | <script type="text/javascript" src="../../static/vue/js/vue.min.js"></script> |
| | | <script type="text/javascript" src="../../static/vue/element/element.js"></script> |
| | | <script type="text/javascript" src="../../static/js/echarts/echarts.min.js"></script> |
| | | <script type="text/javascript" src="../../static/js/dashboard/dashboard.js?v=20260317-dashboard-network-i18n"></script> |
| | | <script type="text/javascript" src="../../static/js/dashboard/dashboard.js?v=20260317-dashboard-stop-password-mask"></script> |
| | | </body> |
| | | </html> |