Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
63fbccbf 10/03/2018 09:13 AM Martin Bacovsky

Fixes #25099 - Add macros for easier report definition

Add rows to a report with
<%- report_row(
'Column header 1': 'Value 1',
'Column header 2': `Value 2`,
) ->
and render the report with
<
= report_render -%>

Each row of the report needs to have the same columns....

2db78de0 10/03/2018 09:09 AM Ondřej Pražák

Fixes #24259 - Add canned admin role

38c7ab7e 09/24/2018 09:10 AM Lukas Zapletal

Fixes #25005 - hosts with no report link on widget (#6082)

da017522 09/21/2018 11:56 AM Marek Hulán

Fixes #24938 - fix image OS label

427fa6b9 09/21/2018 11:07 AM Lukas Zapletal

Fixes #24849 - PXE global default option is local

91de0279 09/19/2018 04:02 PM Marek Hulán

Sync templates

a6cf3a53 09/18/2018 02:35 PM Marek Hulán

Fixes #15707 - AWS support for GovCloud

f2dde6f7 09/13/2018 08:05 AM Tomer Brisker

Fixes #24783 - Refactor hosts count

This takes advantage of the new HostCounter service to simplify and
unify host counts throughout the application. A cache was also added to
the service to speed up responses when multiple counters are created for
the same association in quick succession.

50a51fa9 09/13/2018 06:26 AM boaz1337

Fixes #21177 - missing warning icon on ssh keys (#6037)

Signed-off-by: Boaz Shuster <>

baff1e45 09/13/2018 06:10 AM Amir Fefer

Fixes #24914 - show name in smart parameter edit page

View revisions

Also available in: Atom