Browse Source

大苏打

feature/MultiClientLog
root 1 month ago
parent
commit
29d58c9bdb
  1. 14
      LTEMvcApp/Views/Home/NetworkConfig.cshtml

14
LTEMvcApp/Views/Home/NetworkConfig.cshtml

@ -82,13 +82,15 @@
<tbody>
</tbody>
</table>
<button type="button" class="btn btn-outline-primary btn-sm" onclick="addCoreOrImsRow()">
<i class="fas fa-plus"></i> 添加一行
</button>
<div class="d-flex justify-content-between">
<button type="button" class="btn btn-outline-primary btn-sm" onclick="addCoreOrImsRow()">
<i class="fas fa-plus"></i> 添加一行
</button>
<button type="button" class="btn btn-primary" onclick="submitAddConfig()">
<i class="fas fa-check"></i> 添加
</button>
</div>
</div>
<button type="button" class="btn btn-primary" onclick="submitAddConfig()">
<i class="fas fa-check"></i> 添加
</button>
</form>
</div>
</div>

Loading…
Cancel
Save