Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
1a5881b1
Commit
1a5881b1
authored
Sep 23, 2021
by
RuoYi
Browse files
修正服务监控磁盘变量
parent
fa124aeb
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-ui/src/views/monitor/server/index.vue
View file @
1a5881b1
...
@@ -153,7 +153,7 @@
...
@@ -153,7 +153,7 @@
</tr>
</tr>
</thead>
</thead>
<tbody
v-if=
"server.sysFiles"
>
<tbody
v-if=
"server.sysFiles"
>
<tr
v-for=
"(sysFile, index) in sysFiles"
:key=
"index"
>
<tr
v-for=
"(sysFile, index) in
server.
sysFiles"
:key=
"index"
>
<td><div
class=
"cell"
>
{{
sysFile
.
dirName
}}
</div></td>
<td><div
class=
"cell"
>
{{
sysFile
.
dirName
}}
</div></td>
<td><div
class=
"cell"
>
{{
sysFile
.
sysTypeName
}}
</div></td>
<td><div
class=
"cell"
>
{{
sysFile
.
sysTypeName
}}
</div></td>
<td><div
class=
"cell"
>
{{
sysFile
.
typeName
}}
</div></td>
<td><div
class=
"cell"
>
{{
sysFile
.
typeName
}}
</div></td>
...
...
Write
Preview
Supports
Markdown
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