Skip to content
Snippets Groups Projects
single.hbs 932 B
Newer Older
{{#architecture-viewer graph=graphModel}}

    <button {{action 'applyQueueUpdates'}} type="button" class="btn {{if changelogQueue.empty 'btn-default' 'btn-warning'}}" disabled={{ changelogQueue.empty }} title="Updates are possible when the deployment changed and new information is ready to get visualized!">
Mathis Neumann's avatar
Mathis Neumann committed
        <i class="glyphicon glyphicon-refresh"></i> Apply Updates {{#if changelogQueue.available}}({{ changelogQueue.size }}){{/if}}
    {{#if (eq model.mode 'architectures')}}
        {{#link-to 'deployments.single' model.systemId tagName='button' class='btn btn-default'}}
            Deployments
        {{/link-to}}
    {{else}}
        {{#link-to 'architectures.single' model.systemId tagName='button' class='btn btn-default'}}
            Architecture
        {{/link-to}}
    {{/if}}

    {{!-- show entity details in sidebar if subroute (details) is used --}}
    {{outlet}}
{{/architecture-viewer}}