search for: ffe5055

Displaying 6 results from an estimated 6 matches for "ffe5055".

2009 Jul 15
0
[PATCH server] changed vm details pane vnc uri, removed 'Remote Desktop' virt-viewer-plugin link
...w/ ovirt-viewer-plugin, vm details pane uri indicates ovirt-viewer should be used with the specified hostname --- src/app/views/vm/show.rhtml | 18 ++++-------------- 1 files changed, 4 insertions(+), 14 deletions(-) diff --git a/src/app/views/vm/show.rhtml b/src/app/views/vm/show.rhtml index ffe5055..30b17cb 100644 --- a/src/app/views/vm/show.rhtml +++ b/src/app/views/vm/show.rhtml @@ -4,16 +4,7 @@ <%- content_for :action_links do -%> <%if @can_control_vms -%> - <%if @vm.has_console -%> - <%= link_to image_tag("icon_machine_11px.png") + " Remot...
2009 Jul 06
0
[PATCH server] UI for accumulated uptime for VMs. (revised2)
...39;}, {display: 'Load', name : 'load', width: 180, sortable : false, align: 'left', process: <%= table_id %>_load_widget } ], sortname: "description", diff --git a/src/app/views/vm/show.rhtml b/src/app/views/vm/show.rhtml index 0f70da8..ffe5055 100644 --- a/src/app/views/vm/show.rhtml +++ b/src/app/views/vm/show.rhtml @@ -111,6 +111,7 @@ Provisioning source:<br/> State:<br/> Pending State:<br/> + Total Run Time:<br/> </div> <div class="selection_value"> <%=h @...
2009 Jul 02
1
[PATCH server] UI for accumulated uptime for VMs. (revised)
...39;}, {display: 'Load', name : 'load', width: 180, sortable : false, align: 'left', process: <%= table_id %>_load_widget } ], sortname: "description", diff --git a/src/app/views/vm/show.rhtml b/src/app/views/vm/show.rhtml index 0f70da8..ffe5055 100644 --- a/src/app/views/vm/show.rhtml +++ b/src/app/views/vm/show.rhtml @@ -111,6 +111,7 @@ Provisioning source:<br/> State:<br/> Pending State:<br/> + Total Run Time:<br/> </div> <div class="selection_value"> <%=h @...
2009 Jul 06
2
[PATCH server] UI for accumulated uptime for VMs. (revised3)
...39;}, {display: 'Load', name : 'load', width: 180, sortable : false, align: 'left', process: <%= table_id %>_load_widget } ], sortname: "description", diff --git a/src/app/views/vm/show.rhtml b/src/app/views/vm/show.rhtml index 0f70da8..ffe5055 100644 --- a/src/app/views/vm/show.rhtml +++ b/src/app/views/vm/show.rhtml @@ -111,6 +111,7 @@ Provisioning source:<br/> State:<br/> Pending State:<br/> + Total Run Time:<br/> </div> <div class="selection_value"> <%=h @...
2009 Jun 29
3
[PATCH server] UI for accumulated uptime for VMs.
...39;}, {display: 'Load', name : 'load', width: 180, sortable : false, align: 'left', process: <%= table_id %>_load_widget } ], sortname: "description", diff --git a/src/app/views/vm/show.rhtml b/src/app/views/vm/show.rhtml index 0f70da8..ffe5055 100644 --- a/src/app/views/vm/show.rhtml +++ b/src/app/views/vm/show.rhtml @@ -111,6 +111,7 @@ Provisioning source:<br/> State:<br/> Pending State:<br/> + Total Run Time:<br/> </div> <div class="selection_value"> <%=h @...
2009 Jul 13
0
[PATCH server] remove vm forward vnc and vm host history
...create or @vm.state == Vm::STATE_STOPPED %> <%= check_box_tag_with_label "Restart VM Now? (pending current resource availability)", "restart_now", nil if @vm.state == Vm::STATE_RUNNING %> diff --git a/src/app/views/vm/show.rhtml b/src/app/views/vm/show.rhtml index ffe5055..0bdf1e9 100644 --- a/src/app/views/vm/show.rhtml +++ b/src/app/views/vm/show.rhtml @@ -101,7 +101,6 @@ <div id="vms_selection_id" style="display:none"><%= @vm.id %></div> <div class="selection_key"> Uuid:<br/> -...