Project

General

Profile

Revision a02da228

Added by Daniel Lobato Garcia about 7 years ago

Fixes #10199 - Disable image capabilities under compute resource

Docker container images are not created this way, and its just confusing
to users when they see this tab.

View differences:

app/models/foreman_docker/docker.rb
16 16
    end
17 17

  
18 18
    def capabilities
19
      [:image]
19
      []
20 20
    end
21 21

  
22 22
    def supports_update?

Also available in: Unified diff