migration-tools/0003-adjust-the-display-sequence.patch

27 lines
877 B
Diff
Raw Normal View History

2024-04-02 17:21:54 +08:00
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