Commit 2647055d authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_panel: Consider Remote/Instance Node as Compute Node for fetch access status.

parent 802b79e0
portal_type = context.getPortalType()
if portal_type == "Compute Node":
if portal_type in ["Compute Node", "Remote Node", "Instance Node"]:
return context.getAccessStatus(**kw)
if portal_type == "Instance Tree":
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment