Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
C
crsf-ptvue
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wuhan
crsf-ptvue
Commits
8d271b0c
Commit
8d271b0c
authored
Sep 15, 2021
by
蒋忠杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
dcb166c5
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
index.vue
src/pages/eq/topology/index.vue
+1
-1
topplpgy.vue
src/pages/routes/eq/eqm/topplpgy.vue
+1
-1
index.vue
src/pages/routes/eq/topology/index.vue
+1
-1
index1.vue
src/pages/routes/eq/topology/index1.vue
+1
-1
No files found.
src/pages/eq/topology/index.vue
View file @
8d271b0c
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
<td>
{{
item
.
cpuUsedSize
===
null
?
''
:
'占用:'
+
item
.
cpuUsedSize
+
'/'
+
item
.
cpuSize
}}
</td>
<td>
{{
item
.
cpuUsedSize
===
null
?
''
:
'占用:'
+
item
.
cpuUsedSize
+
'/'
+
item
.
cpuSize
}}
</td>
</tr>
</tr>
<tr>
<tr>
<td
class=
"right_td_"
colspan=
"2"
>
操作系统:
Linux
</td>
<td
class=
"right_td_"
colspan=
"2"
>
操作系统:
Windows
</td>
</tr>
</tr>
<tr>
<tr>
<td
class=
"right_td_"
colspan=
"2"
>
服务器IP:
{{
item
.
specifications
}}
</td>
<td
class=
"right_td_"
colspan=
"2"
>
服务器IP:
{{
item
.
specifications
}}
</td>
...
...
src/pages/routes/eq/eqm/topplpgy.vue
View file @
8d271b0c
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
td(class="right_td") 核心数:
{{
item
.
cpuSize
===
null
?
''
:
+
item
.
cpuSize
}}
td(class="right_td") 核心数:
{{
item
.
cpuSize
===
null
?
''
:
+
item
.
cpuSize
}}
td
{{
item
.
cpuUsedSize
===
null
?
''
:
'占用:'
+
item
.
cpuUsedSize
+
'/'
+
item
.
cpuSize
}}
td
{{
item
.
cpuUsedSize
===
null
?
''
:
'占用:'
+
item
.
cpuUsedSize
+
'/'
+
item
.
cpuSize
}}
tr
tr
td(class="right_td_" colspan="2") 操作系统:
Linux
td(class="right_td_" colspan="2") 操作系统:
Windows
tr
tr
td(class="right_td_" colspan="2") 服务器IP:
{{
item
.
specifications
}}
td(class="right_td_" colspan="2") 服务器IP:
{{
item
.
specifications
}}
//el-row.server-table(:gutter="20")
//el-row.server-table(:gutter="20")
...
...
src/pages/routes/eq/topology/index.vue
View file @
8d271b0c
...
@@ -248,7 +248,7 @@
...
@@ -248,7 +248,7 @@
<td>
${
item
.
cpuUsedSize
===
null
?
''
:
'占用:'
+
item
.
cpuUsedSize
+
'/'
+
item
.
cpuSize
}
</td>
<td>
${
item
.
cpuUsedSize
===
null
?
''
:
'占用:'
+
item
.
cpuUsedSize
+
'/'
+
item
.
cpuSize
}
</td>
</tr>
</tr>
<tr>
<tr>
<td class='right_td_' colspan='2'>操作系统:
Linux
</td>
<td class='right_td_' colspan='2'>操作系统:
Windows
</td>
</tr>
</tr>
<tr>
<tr>
<td class='right_td_' colspan='2'>服务器IP:
${
item
.
specifications
}
</td>
<td class='right_td_' colspan='2'>服务器IP:
${
item
.
specifications
}
</td>
...
...
src/pages/routes/eq/topology/index1.vue
View file @
8d271b0c
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
<td>
{{
item
.
cpuUsedSize
===
null
?
''
:
'占用:'
+
item
.
cpuUsedSize
+
'/'
+
item
.
cpuSize
}}
</td>
<td>
{{
item
.
cpuUsedSize
===
null
?
''
:
'占用:'
+
item
.
cpuUsedSize
+
'/'
+
item
.
cpuSize
}}
</td>
</tr>
</tr>
<tr>
<tr>
<td
class=
"right_td_"
colspan=
"2"
>
操作系统:
Linux
</td>
<td
class=
"right_td_"
colspan=
"2"
>
操作系统:
Windows
</td>
</tr>
</tr>
<tr>
<tr>
<td
class=
"right_td_"
colspan=
"2"
>
服务器IP:
{{
item
.
specifications
}}
</td>
<td
class=
"right_td_"
colspan=
"2"
>
服务器IP:
{{
item
.
specifications
}}
</td>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment