From 3dba57ae27fef30eafbd9d8cabda512b32c09528 Mon Sep 17 00:00:00 2001
From: whycq <123456>
Date: 星期一, 28 十一月 2022 12:06:42 +0800
Subject: [PATCH] #
---
src/main/webapp/views/pipeline.html | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/pipeline.html b/src/main/webapp/views/pipeline.html
index 11507ba..f5a6f6c 100644
--- a/src/main/webapp/views/pipeline.html
+++ b/src/main/webapp/views/pipeline.html
@@ -59,9 +59,13 @@
<fieldset>
<legend>鍏ュ嚭搴撴ā寮忥紙IO-Mode锛�</legend>
<div class="io-mode-box">
- <label>2F</label>
+ <label>F2</label>
<button id="io-mode-2" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button>
</div>
+ <div class="io-mode-box">
+ <label>F4</label>
+ <button id="io-mode-4" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button>
+ </div>
</fieldset>
</div>
<!-- <div style="height: 40%">-->
--
Gitblit v1.9.1