1 Star 0 Fork 10

disandai/migration-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0003-adjust-the-display-sequence.patch 877 Bytes
一键复制 编辑 原始数据 按行查看 历史
F16lx 提交于 2024-04-02 17:21 . adjust display sequence
From ae5f25582a87a84cbc33914c27ab66e358ca271f Mon Sep 17 00:00:00 2001
From: lixin <[email protected]>
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/disandai/migration-tools.git
[email protected]:disandai/migration-tools.git
disandai
migration-tools
migration-tools
master

搜索帮助