/[projects]/misc/xenconsole/index.php
ViewVC logotype

Diff of /misc/xenconsole/index.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2025 by torben, Fri Jul 19 13:13:34 2013 UTC revision 2026 by torben, Fri Jul 19 13:20:33 2013 UTC
# Line 168  function cdSelectorDialog(uuid) { Line 168  function cdSelectorDialog(uuid) {
168                  cddata = data;                  cddata = data;
169                  if (data.ISO != '') {                  if (data.ISO != '') {
170                          $('#cdcurrent').html(  data.ISO );                          $('#cdcurrent').html(  data.ISO );
171                            $(":button:contains('Mount')").prop("disabled", true).addClass("ui-state-disabled");
172                  } else {                  } else {
173                          $('#cdcurrent').html('<i>No ISO currently mounted</i>');                          $('#cdcurrent').html('<i>No ISO currently mounted</i>');
174                            $(":button:contains('Eject')").prop("disabled", true).addClass("ui-state-disabled");
175                  }                  }
176          });          });
177                    

Legend:
Removed from v.2025  
changed lines
  Added in v.2026

  ViewVC Help
Powered by ViewVC 1.1.20