#
Junjie
昨天 6f78dd91ffd0544b5fd3993d5f7d316ee08264d4
src/main/webapp/views/dashboard/dashboard.html
@@ -717,6 +717,13 @@
      </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>
@@ -1054,6 +1061,6 @@
<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>