Displaying 2 results from an estimated 2 matches for "add_app".
Did you mean:
add_a
2006 May 05
0
is this good for a conditional checkbox?
...9;s a better way of
accomplishing it.
<%
selected_app = @user.apps.detect{ |app| app.id == app_line.id }
if selected_app
is_checked = ''checked''
else
is_checked = nil
end
-%>
<tr>
<td><%= app_line.name %></td>
<td><%= check_box ''add_app'', app_line.id, { :checked => is_checked },
''yes'', ''no'' %></td>
</tr>
--
Posted via http://www.ruby-forum.com/.
2017 Jul 15
2
observium graphs
...vecot.org/Statistics#line-65 for details)
- What values should be combined into a single graph?
- How often would you reset stats (cronjob calling doveadm stats reset)?
Thanks
Thomas
[1]: http://www.observium.org/
[2]: http://docs.observium.org/apps/
[3]: http://docs.observium.org/developing/add_app/