Skip to content

Commit 82de5f0

Browse files
authored
Merge pull request ceph#59823 from rhcs-dashboard/remove-orch-required-decorator
mgr/dashboard: remove orch required decorator from host UI router (list) Reviewed-by: afreen23 <NOT@FOUND> Reviewed-by: dnyanee1997 <NOT@FOUND>
2 parents d0a3655 + 21454d0 commit 82de5f0

File tree

1 file changed

+0
-2
lines changed
  • src/pybind/mgr/dashboard/controllers

1 file changed

+0
-2
lines changed

src/pybind/mgr/dashboard/controllers/host.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,6 @@ def inventory(self, refresh=None):
515515

516516
@Endpoint('GET')
517517
@ReadPermission
518-
@raise_if_no_orchestrator([OrchFeature.HOST_LIST])
519-
@handle_orchestrator_error('host')
520518
def list(self):
521519
"""
522520
Get all hosts.

0 commit comments

Comments
 (0)