Skip to content

Commit cf3f82a

Browse files
committed
webapp-tweek
1 parent 6f3fa77 commit cf3f82a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

web/public/default.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ input {
3636
margin-top: 5px;
3737
margin-bottom: 10px;
3838
}
39+
40+
.help {
41+
color: rgb(131, 131, 131);
42+
}

web/public/login.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<textarea name="token" id="token" rows="10" cols="40"></textarea><br/>
3030
<label for="then">Then</label><br/>
3131
<input id="then" name="then" size="35"/><br/>
32+
<p class="help">For example: /noVNC/vnc_lite.html?path=k8s/apis/subresources.kubevirt.io/v1alpha3/namespaces/default/virtualmachineinstances/testvm/vnc<p>
3233
<input type="submit" value="Submit">
3334
</form>
3435
</div>

0 commit comments

Comments
 (0)