Browse Source

大苏打

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

4
LTEMvcApp/Views/Home/NetworkConfig.cshtml

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

Loading…
Cancel
Save