Project

General

Profile

Actions

Feature #218

closed

Ability to search by class

Added by Bash Shell about 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Web Interface
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

It would be nice to be able to search by class.

A simple change to app/views/hosts/index.html.erb seems to achieve this:

diff foreman/app/views/hosts/index.html.erb fore1/app/views/hosts/index.html.erb
20a21,22
>           <%= f.label :puppetclasses, "Class" %>
>           <%= f.collection_select :puppetclasses_id_equals, Puppetclass.all, :id, :name, :include_blank => true %>
Actions #1

Updated by Ohad Levy almost 14 years ago

  • Category set to Web Interface
  • Assignee set to Paul Kelly
  • Target version set to 0.1-6
Actions #2

Updated by Paul Kelly over 13 years ago

  • Status changed from New to Ready For Testing
  • Branch set to feature/218-search-by-puppetclass

Added this feature, as requested by bash shell, to the _search_line for hosts.

Actions #3

Updated by Paul Kelly over 13 years ago

  • % Done changed from 0 to 100
Actions #4

Updated by Ohad Levy over 13 years ago

  • Status changed from Ready For Testing to Closed
Actions #5

Updated by Bash Shell over 13 years ago

I was just testing this.

It works if the Class was added to the host individually.

It doesn't work if the Class was included via Hostgroup.

Is there any way to address this?

Actions

Also available in: Atom PDF