| | |
| | | <template>
|
| | | <div class="restart" |
| | | <div
|
| | | class="restart"
|
| | | v-loading="loading"
|
| | | :element-loading-text="loadingText"
|
| | | element-loading-spinner="restart-loading"
|
| | |
| | | cancelButtonText: "取消",
|
| | | }).then(() => {
|
| | | this.loading = true;
|
| | | this.loadingText = "智能计算节点正在重启,请耐心等待..."
|
| | | this.loadingText = "智能计算节点正在重启,请耐心等待...";
|
| | | rebootServer()
|
| | | .then((rsp) => {
|
| | | this.probeServer(this.reLogin);
|
| | |
| | | <style lang="scss">
|
| | | .all {
|
| | | width: 100%;
|
| | | background-color: #FBFAFF;
|
| | | background-color: #fbfaff;
|
| | | }
|
| | | .restart {
|
| | | margin: 0 auto;
|
| | |
| | | border-left: 4px solid #f2f2f7;
|
| | | .t {
|
| | | height: 48px;
|
| | | background: #F2F2F7;
|
| | | background: #f2f2f7;
|
| | | box-sizing: border-box;
|
| | | text-align: left;
|
| | | width: 100%;
|
| | |
| | | .bar {
|
| | | height: 50px;
|
| | | width: 100%;
|
| | | background: #F2F2F7;
|
| | | background: #f2f2f7;
|
| | | min-width: 300px;
|
| | | display: flex;
|
| | | justify-content: space-between;
|
| | |
| | | .el-date-editor.el-input__inner {
|
| | | width: 100%;
|
| | | }
|
| | |
|
| | | |
| | | }
|
| | |
|
| | | .el-select {
|
| | |
| | | height: 32px;
|
| | |
|
| | | input {
|
| | | background: #FBFAFF !important;
|
| | | background: #fbfaff !important;
|
| | | border-radius: 20px !important;
|
| | | text-align: center;
|
| | | }
|
| | |
| | | width: 509px;
|
| | | height: 32px;
|
| | | input {
|
| | | background: #FBFAFF !important;
|
| | | background: #fbfaff !important;
|
| | | border-radius: 20px !important;
|
| | | text-align: center;
|
| | | }
|
| | |
| | |
|
| | | .restartTimePicker {
|
| | | width: 509px !important;
|
| | | background-color: #FBFAFF !important;
|
| | | background-color: #fbfaff !important;
|
| | | margin-top:8px !important;
|
| | | /* .popper__arrow::after {
|
| | | display: none !important;
|
| | |
| | | .restart .el-loading-mask .el-loading-spinner .el-loading-text {
|
| | | font-size: 16px;
|
| | | font-weight: bold;
|
| | | color: #FFFFFF;
|
| | | color: #ffffff;
|
| | | margin-top:20px ;
|
| | | }
|
| | |
|
| | |
| | | margin: 0 auto;
|
| | | animation: rotate 6s linear infinite;
|
| | | }
|
| | |
|
| | |
|
| | | @keyframes rotate{
|
| | | 0%{
|