Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  form
  show
_form.html.erb 1.53 KB
edit.html.erb 72 Bytes
index.html.erb 1.14 KB
new.html.erb 60 Bytes
show.html.erb 3.82 KB

Latest revisions

# Date Author Comment
5f0f47d0 06/03/2016 11:40 AM Ivan Necas

Fixes #15066 - operating systems and ovirt < 3.6

The operating systems endpoint was added in ovirt 3.6
https://bugzilla.redhat.com/show_bug.cgi?id=1050243. Older versions
were failing getting 404 when provisioning.

This patch adds a check for this case. We also cache the operating...

ff9de7d6 05/10/2016 07:13 AM Ondřej Pražák

Fixes #12945 - use helper for table css classes

d46b64a2 04/22/2016 07:06 AM Marek Hulán

Fixes #14769 - avoid template comments because of deface

After many hours spent on debugging I realized that the issue is that
when action view compiles the template, some lines are concatenated
together just split by ";". This becomes problem when ERB tag contained...

f8b3dbe2 03/30/2016 04:39 AM Adam Ruzicka

Fixes #14326 - Show long compute resource descriptions correctly

bb25ebe6 03/25/2016 04:18 AM Tomer Brisker

Fixes #12979 - Create helper for "new" button

Previously the button classes were applied to new buttons using jQuery.
This commit creates a `new_link` helper that makes sure all new buttons
will receive the correct class and only display if authorized. Also a...

92584f2e 02/08/2016 05:56 AM Imri Zvik

Fixes #12949 - Allow selection of external networks as main network in Openstack

aa50ab15 01/07/2016 04:51 AM Alon Goldboim

Fixes #4629 - Migrate UI to Patternfly

07b935a2 12/28/2015 01:38 AM Ori Rabin

Fixes #12937 - All parameters can be hidden

The js to hide parameters was moved to lookup_key.js which isn't
included in application.js so only templates that include it
specifically can hide values.

7682bbb1 11/11/2015 02:17 AM Amir Fefer

Fixes #4133 - compute resource test connection provides positive feedback

027d2087 10/07/2015 10:58 AM Tomer Brisker

Fixes #8800 - Clip table cells only when needed

For clipping to work, table must have class `table-fixed` and the cell
have class `ellipsis`. Also column widths should be set in table head.
Clipping will occur automagically with tooltip.

View revisions

Also available in: Atom