diff options
Diffstat (limited to 'js/io/ui/cloudpopup.reel/cloudpopup.html')
-rwxr-xr-x | js/io/ui/cloudpopup.reel/cloudpopup.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/js/io/ui/cloudpopup.reel/cloudpopup.html b/js/io/ui/cloudpopup.reel/cloudpopup.html index 8e45f926..5d7de347 100755 --- a/js/io/ui/cloudpopup.reel/cloudpopup.html +++ b/js/io/ui/cloudpopup.reel/cloudpopup.html | |||
@@ -36,15 +36,15 @@ | |||
36 | 36 | ||
37 | <p>Duis aliquet egestas purus in blandit. Curabitur vulputate, ligula lacinia scelerisque tempor, lacus lacus ornare ante, ac egestas.</p> | 37 | <p>Duis aliquet egestas purus in blandit. Curabitur vulputate, ligula lacinia scelerisque tempor, lacus lacus ornare ante, ac egestas.</p> |
38 | 38 | ||
39 | <label for="cloud_url">Cloud Server URL:</label><input type="text" id="cloud_url" value="http://localhost:16380" /> | 39 | <label for="cloud_url">Cloud Server URL:</label><input type="text" id="cloud_url" class="cloud_url" value="http://localhost:16380" /> |
40 | 40 | ||
41 | <button class="test">Test</button> | 41 | <button class="btn_test">Test</button> |
42 | 42 | ||
43 | <label>Status:</label><div class="status">Disconnected</div> | 43 | <label>Status:</label><div class="status"> </div> |
44 | 44 | ||
45 | <button class="handle_cancel">Cancel</button> | 45 | <button class="btn_cancel">Cancel</button> |
46 | 46 | ||
47 | <button class="handle_ok">Ok</button> | 47 | <button class="btn_ok">Ok</button> |
48 | 48 | ||
49 | </div> | 49 | </div> |
50 | </div> | 50 | </div> |