search for: f4e001d

Displaying 2 results from an estimated 2 matches for "f4e001d".

Did you mean: 649001d
2009 May 29
1
[PATCH server] fixed UI update bug -- ignore task_types when it doesn't exist
Signed-off-by: Scott Seago <sseago at redhat.com> --- src/app/views/task/_show.rhtml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/app/views/task/_show.rhtml b/src/app/views/task/_show.rhtml index f4e001d..ff7d434 100644 --- a/src/app/views/task/_show.rhtml +++ b/src/app/views/task/_show.rhtml @@ -75,7 +75,9 @@ <img src="images/jumbo_find.png" alt="find" width="145" height="145"> <div class="no-grid-items-text">...
2009 May 21
1
[PATCH server] Updated look and feel for empty grid views
...yle="margin: 5px 2px 0 -5px">Add Virtual Machines</a></div><div class="button_right_blue" /></div> </div> </div> </div> diff --git a/src/app/views/task/_show.rhtml b/src/app/views/task/_show.rhtml index 521ab8e..f4e001d 100644 --- a/src/app/views/task/_show.rhtml +++ b/src/app/views/task/_show.rhtml @@ -70,14 +70,17 @@ </div> </div> --> <% else %> - <div class="data_section"> - <div class="no-grid-items"> - <%= image_...