|
{{badge-state model=model}}
|
{{model.displayName}}
|
{{model.displayKind}}
|
{{#if (eq model.driver 'scaleService')}}
{{t 'hookPage.scaleService.detailPrefix' displayService=model.displayService action=model.opt.action amount=model.opt.amount}}
{{t 'hookPage.scaleService.detailLink' displayService=model.displayService action=model.opt.action amount=model.opt.amount}}
{{t 'hookPage.scaleService.detailSuffix' displayService=model.displayService action=model.opt.action amount=model.opt.amount}}
{{else if (eq model.driver 'scaleHost')}}
{{t 'hookPage.scaleHost.detail' labels=model.opt.hostSelectorStr action=model.opt.action amount=model.opt.amount}}
{{else if (eq model.driver 'serviceUpgrade')}}
{{t 'hookPage.serviceUpgrade.detail' labels=model.opt.serviceSelectorStr tag=model.opt.tag htmlSafe=true}}
{{/if}}
|
{{copy-to-clipboard clipboardText=model.url size="small"}}
|
{{action-menu model=model showPrimary=showPrimaryActions}}
|