mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-04-03 05:01:02 +02:00
Polish
This commit is contained in:
parent
8bcf4187ac
commit
0a0bd75617
@ -266,7 +266,7 @@ gensettingstf = [
|
|||||||
{
|
{
|
||||||
"uitype": "toggle",
|
"uitype": "toggle",
|
||||||
"unit": "bool",
|
"unit": "bool",
|
||||||
"label": "Show Token Probabilities",
|
"label": "Probability Viewer",
|
||||||
"id": "setshowprobs",
|
"id": "setshowprobs",
|
||||||
"min": 0,
|
"min": 0,
|
||||||
"max": 1,
|
"max": 1,
|
||||||
|
@ -1692,6 +1692,6 @@ body.connected .popupfooter, .popupfooter.always-available {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#token_prob_container {
|
#token_prob_container {
|
||||||
overflow-x: scroll;
|
overflow-x: auto;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
@ -43,7 +43,6 @@
|
|||||||
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">AI</a>
|
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">AI</a>
|
||||||
<div class="dropdown-menu">
|
<div class="dropdown-menu">
|
||||||
<a class="dropdown-item" href="#" id="btn_loadmodel">Load Model</a>
|
<a class="dropdown-item" href="#" id="btn_loadmodel">Load Model</a>
|
||||||
<a class="dropdown-item" href="#" id="btn_showmodel">Model Info</a>
|
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -448,10 +447,10 @@
|
|||||||
<div class="popuptitletext">Model Info</div>
|
<div class="popuptitletext">Model Info</div>
|
||||||
</div>
|
</div>
|
||||||
<div id=showmodelnamecontent style="width:50%;">
|
<div id=showmodelnamecontent style="width:50%;">
|
||||||
Read Only
|
Model Info Missing
|
||||||
</div>
|
</div>
|
||||||
<div class="popupfooter" style="width:50% center;">
|
<div class="popupfooter" style="width:50% center;">
|
||||||
<button type="button" class="btn btn-primary" onclick='$("#showmodelnamecontainer").addClass("hidden");'>OK</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user