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>
</tbody> </tbody>
</table> </table>
<button type="button" class="btn btn-outline-primary btn-sm" onclick="addCoreOrImsRow()"> <div class="d-flex justify-content-between">
<i class="fas fa-plus"></i> 添加一行 <button type="button" class="btn btn-outline-primary btn-sm" onclick="addCoreOrImsRow()">
</button> <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> </div>
<button type="button" class="btn btn-primary" onclick="submitAddConfig()">
<i class="fas fa-check"></i> 添加
</button>
</form> </form>
</div> </div>
</div> </div>

Loading…
Cancel
Save