File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
web/src/views/common/fact Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 99 os: Operation System
1010 cpumem: CPU/Mem
1111 no_cached_facts: no cached facts found, please click the Validate Connection button above.
12+ python_executable: Python Executable
13+ python_version: Python Version
1214zh:
1315 validate: 验证连接
1416 facts: 主机信息
1921 os: 操作系统
2022 cpumem: CPU/内存
2123 no_cached_facts: 未找到该节点的缓存信息,请点击上方的 "验证连接" 按钮
24+ python_executable: Python 路径
25+ python_version: Python 版本
2226
2327</i18n >
2428
3741 <span class =" package_title" >{{$t('baseInfo')}}</span >
3842 </template >
3943 <div class =" package_info" >
44+ <NodeFactField :holder =" fact.ansible_facts.ansible_python" fieldName =" executable" :label =" $t('python_executable')" ></NodeFactField >
45+ <NodeFactField :holder =" fact.ansible_facts" fieldName =" ansible_python_version" :label =" $t('python_version')" ></NodeFactField >
46+ <el-divider style =" margin : 10px 0 ;" ></el-divider >
4047 <NodeFactField v-if =" fact.ansible_facts.ansible_lsb && fact.ansible_facts.ansible_lsb.description" :holder =" fact.ansible_facts.ansible_lsb" fieldName =" description" :label =" $t('os')" ></NodeFactField >
4148 <el-form-item v-else :label =" $t('os')" >
4249 <span class =" field_value app_text_mono" >{{fact.ansible_facts.ansible_distribution}} {{fact.ansible_facts.ansible_distribution_version}}</span >
You can’t perform that action at this time.
0 commit comments