forked from seokho-son/cb-mapui
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
507cfa6
commit 1bf62bd
Showing
2 changed files
with
86 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,6 +67,10 @@ | |
<!-- json-formatter-js --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/json-formatter.umd.min.js"></script> | ||
|
||
<!-- datatables --> | ||
<link rel="stylesheet" href="https://cdn.datatables.net/2.0.8/css/dataTables.dataTables.css" /> | ||
<script src="https://cdn.datatables.net/2.0.8/js/dataTables.js"></script> | ||
|
||
<style> | ||
.map { | ||
width: 100%; | ||
|
@@ -239,7 +243,7 @@ | |
|
||
<!-- MCIS Provisioning Card --> | ||
<div class="card mb-2"> | ||
<div class="card-header">MCIS Provisioning</div> | ||
<div class="card-header">MC-Infra Provisioning</div> | ||
<div class="card-body d-flex flex-column"> | ||
<form id="mcis-configuration-form" class="form-row"> | ||
<!-- Recommendation Policy Field --> | ||
|
@@ -415,7 +419,7 @@ | |
|
||
<!-- MCIS Control Card --> | ||
<div class="card mb-2"> | ||
<div class="card-header">MCIS Control</div> | ||
<div class="card-header">MC-Infra Control</div> | ||
<div class="card-body d-flex flex-column"> | ||
<form id="mcis-control-form" class="form-row"> | ||
|
||
|
@@ -653,7 +657,7 @@ | |
|
||
<!-- MCIS Application Card --> | ||
<div class="card mb-2"> | ||
<div class="card-header">MCIS Application</div> | ||
<div class="card-header">MC-Infra Application</div> | ||
<div class="card-body d-flex flex-column"> | ||
<form id="mcis-application-form" class="form-row"> | ||
|
||
|
@@ -667,10 +671,10 @@ | |
aria-describedby="selectAppLabel"> | ||
<option value="Xonotic" selected="selected">FPSGame(Xonotic)</option> | ||
<option value="Nvidia">NvidiaDriver</option> | ||
<option value="vLLM">LLM(vLLM+SelfHostAPI)</option> | ||
<option value="Ollama">LLM(Ollama)</option> | ||
<option value="OllamaPull">LLM(Ollama PullModel)</option> | ||
<option value="OpenWebUI">LLMChat(Open WebUI)</option> | ||
<option value="vLLM">LLM(vLLM+SelfHostAPI)</option> | ||
<option value="Westward">MMORPG(Westward)</option> | ||
<option value="Nginx">WebServer(Nginx)</option> | ||
<option value="WeaveScope">Monitor(WeaveScope)</option> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters