2 Commits

2 changed files with 3 additions and 1 deletions

3
.vscode/launch.json vendored
View File

@@ -14,6 +14,9 @@
}, },
"args": [ "args": [
"run", "run",
"--host",
"0.0.0.0",
], ],
"console": "internalConsole", "console": "internalConsole",
"justMyCode": true, "justMyCode": true,

View File

@@ -15,7 +15,6 @@
<main> <main>
<h2 class="center">Select a PC to Control</h2> <h2 class="center">Select a PC to Control</h2>
<p class="center">Choose a PC from the list below to view details or send commands.</p> <p class="center">Choose a PC from the list below to view details or send commands.</p>
<br>
<table class="center-table select-table"> <table class="center-table select-table">
<thead> <thead>
<tr> <tr>