We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3fa77 commit cf3f82aCopy full SHA for cf3f82a
web/public/default.css
@@ -36,3 +36,7 @@ input {
36
margin-top: 5px;
37
margin-bottom: 10px;
38
}
39
+
40
+.help {
41
+ color: rgb(131, 131, 131);
42
+}
web/public/login.html
@@ -29,6 +29,7 @@
29
<textarea name="token" id="token" rows="10" cols="40"></textarea><br/>
30
<label for="then">Then</label><br/>
31
<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>
33
<input type="submit" value="Submit">
34
</form>
35
</div>
0 commit comments