Displaying 3 results from an estimated 3 matches for "action_link".
Did you mean:
action_links
2009 Jun 22
3
puppetshow
...:3000 I get:
NoMethodError in Hosts#table
Showing vendor/plugins/active_scaffold/frontends/default/views/
_list_header.rhtml where line #3 raised:
undefined method `[]'' for #<Enumerable::Enumerator:0xb716d700>
Extracted source (around line #3):
1: <% if active_scaffold_config.action_links.any? { |link| link.type
== :table } -%>
2: <div class="actions">
3: <% new_params = params_for(:action => ''table'') %>
4: <% active_scaffold_config.action_links.each :table do |link| -
%>
5: <% next if controller.respond_to? lin...
2009 Jul 15
0
[PATCH server] changed vm details pane vnc uri, removed 'Remote Desktop' virt-viewer-plugin link
...m/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") + " Remote Desktop",
- {:controller => 'vm', :action => 'console', :id => @vm},
-...
2009 May 12
0
RJS Error: TypeError: while using active scaffold
...uot;#console__private_messages-messages").html("\n \n\n \n\n \n\n");
And while i tried to remove the record then i got error as per below..
RJS error:
TypeError: $("#console__complaints-list-27-row") is null
$(''console__complaints-destroy-27-link'').action_link.close_previous_adapter();
$("#console__complaints-list-27-row").remove();
ActiveScaffold.reload_if_empty(''console__complaints-tbody'',''/console/complaints/update_table?page=1'');
ActiveScaffold.stripe(''console__complaints-tbody'');
Active...