!26 修改目标系统显示顺序

From: @f16lx 
Reviewed-by: @xingwei-liu 
Signed-off-by: @xingwei-liu
This commit is contained in:
openeuler-ci-bot 2024-04-03 09:43:52 +00:00 committed by Gitee
commit caf45a5929
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 33 additions and 2 deletions

View File

@ -0,0 +1,26 @@
From ae5f25582a87a84cbc33914c27ab66e358ca271f Mon Sep 17 00:00:00 2001
From: lixin <lixinb@uniontech.com>
Date: Tue, 2 Apr 2024 17:13:01 +0800
Subject: [PATCH] adjust the display sequence
---
templates/MT_check_root.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/MT_check_root.html b/templates/MT_check_root.html
index eb4dc3f..cb5d346 100755
--- a/templates/MT_check_root.html
+++ b/templates/MT_check_root.html
@@ -55,8 +55,8 @@
<label>目标系统:</label>
<div class="ui small left icon input">
<select id="pending_migration" name="pending">
- <option value="uos">uos</option>
<option value="euler">euler</option>
+ <option value="uos">uos</option>
</select>
</div>
</div>
--
2.43.0

View File

@ -1,6 +1,6 @@
Name: migration-tools
Version: 1.0.1
Release: 4
Release: 5
License: MulanPSL-2.0
Summary: A tool to help users migrate the Centos system to the UOS system and openEuler system
Source0: migration-tools.tar.gz
@ -8,7 +8,8 @@ Source1: requires.tar.gz
Source2: xlwt-1.3.0-py2.py3-none-any.whl
# patches
Patch0: 0001-use-kill-not-kill-INT-when-stop-service.patch
Patch1: 0001-modify-description.patch
Patch1: 0002-modify-description.patch
Patch2: 0003-adjust-the-display-sequence.patch
# CVE patches: >= 100
Patch100: 100-CVE-2024-24892.patch
@ -55,6 +56,7 @@ Migration software server side
%patch 0 -p1
%patch 1 -p1
%patch 2 -p1
%patch 100 -p1
%if 0%{?openEuler}
@ -110,6 +112,9 @@ rm -rf /usr/bin/migration-tools
%endif
%changelog
* Tue Apr 02 2024 lixin <lixinb@uniontech.com> - 1.0.1-5
- adjust the display sequence
* Mon Apr 01 2024 lixin <lixinb@uniontech.com> - 1.0.1-4
- modify description