Refactor #288
move dashboard controller actions (besides index) to hosts controller
Description
really, they just show up a list of hosts, maybe it makes more sense to use the hosts controller?
Related issues
Associated revisions
History
#1
Updated by Paul Kelly about 12 years ago
- Category set to Rails
- Assignee set to Rama Krishna
#2
Updated by Ohad Levy almost 12 years ago
Hi,
Any update on this one?
thanks
#3
Updated by Ohad Levy almost 12 years ago
- Assignee changed from Rama Krishna to Ohad Levy
- Target version set to 0.2
#4
Updated by Jochen Schalanda almost 12 years ago
- File 0001-Fixes-288-Moved-DashboardController-actions-except-f.patch 0001-Fixes-288-Moved-DashboardController-actions-except-f.patch added
- Target version changed from 0.2 to 0.1-6
The proposed patch moves the host-related actions out of DashboardController
into HostsController
.
Target version set to 0.1-6.
#5
Updated by Ohad Levy almost 12 years ago
- Status changed from New to Ready For Testing
- % Done changed from 0 to 100
Applied in changeset 6e8defed1b29ef52e69af4d919cbb9753d7868c7.
#6
Updated by Ohad Levy almost 12 years ago
- Status changed from Ready For Testing to Closed
Fixes #288 - Moved DashboardController actions (except for #index) to HostsController.