!156 [sync] PR-153: 修复智能定位工作流ip不显示问题

From: @openeuler-sync-bot 
Reviewed-by: @Lostwayzxc 
Signed-off-by: @Lostwayzxc
This commit is contained in:
openeuler-ci-bot 2023-12-23 06:40:41 +00:00 committed by Gitee
commit d6704a4a83
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 29 additions and 1 deletions

24
008-fix-diagnosis.patch Normal file
View File

@ -0,0 +1,24 @@
From b820fc785d288835793eddd30cdec8f107519ccc Mon Sep 17 00:00:00 2001
From: Hu gang <18768366022@163.com>
Date: Fri, 22 Dec 2023 18:02:16 +0800
Subject: [PATCH] fix: fix diagnosis
---
src/views/diagnosis/components/CreateWorkFlow.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/diagnosis/components/CreateWorkFlow.vue b/src/views/diagnosis/components/CreateWorkFlow.vue
index ab76dce..cd85a23 100644
--- a/src/views/diagnosis/components/CreateWorkFlow.vue
+++ b/src/views/diagnosis/components/CreateWorkFlow.vue
@@ -120,7 +120,7 @@ const leftTableColumns = [
},
{
title: 'ip地址',
- dataIndex: 'public_ip'
+ dataIndex: 'host_ip'
},
{
title: '场景',
--
Gitee

View File

@ -2,7 +2,7 @@
Name: aops-hermes Name: aops-hermes
Version: v1.4.0 Version: v1.4.0
Release: 4 Release: 5
Summary: Web for an intelligent diagnose frame Summary: Web for an intelligent diagnose frame
License: MulanPSL2 License: MulanPSL2
URL: https://gitee.com/openeuler/%{name} URL: https://gitee.com/openeuler/%{name}
@ -15,6 +15,7 @@ Patch004: 004-modify-search-key-for-hostlist.patch
Patch005: 005-add-input-text-limit.patch Patch005: 005-add-input-text-limit.patch
Patch006: 006-host-status-adaption.patch Patch006: 006-host-status-adaption.patch
Patch007: 007-host-info-and-generate-task.patch Patch007: 007-host-info-and-generate-task.patch
Patch008: 008-fix-diagnosis.patch
BuildRequires: nodejs node-gyp nodejs-yarn BuildRequires: nodejs node-gyp nodejs-yarn
Requires: nginx Requires: nginx
@ -49,6 +50,9 @@ cp -r deploy/aops-hermes.service %{buildroot}/usr/lib/systemd/system/
%changelog %changelog
* Fri Dec 22 2023 Hu gang<18768366022@163.com> - v1.4.0-5
- Fix diagnosis
* Fri Dec 22 2023 Hu gang<18768366022@163.com> - v1.4.0-4 * Fri Dec 22 2023 Hu gang<18768366022@163.com> - v1.4.0-4
- Added an interface adaptation for host status - Added an interface adaptation for host status
- Added a field to determine whether the kernel changes after the host is restarted - Added a field to determine whether the kernel changes after the host is restarted