{extends file="admin-layout.tpl"} {block name="page-title"}{intl l='API list access'}{/block} {block name="check-resource"}admin.configuration.api{/block} {block name="check-access"}view{/block} {block name="main-content"}
{intl l="Label"} | {intl l="Api key"} | {intl l="Secure key"} | {intl l="profile"} | {intl l="Actions"} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{$api.Label} | {$api.ApiKey} | {intl l="download"} | {if $api.ProfileId} {loop type="profile" name="admin-profile" id={$api.ProfileId}} {$TITLE} {/loop} {else} {intl l='Superadministrator'} {/if} | {$buttons = []} {$buttons[] = [ 'type' => 'edit', 'title' => {intl l='Change this api access'}, 'href' => {url path="/admin/configuration/api/update/%id" id=$api.Id}, 'auth' => ['resource' => 'admin.configuration.api'] ]} {$buttons[] = [ 'type' => 'delete', 'class' => 'js-delete-api', 'title' => {intl l='Delete this api access'}, 'href' => '#api_delete_dialog', 'data' => [ 'id' => $api.Id, 'toggle' => 'modal' ], 'auth' => ['resource' => 'admin.configuration.api'] ]} {include file='renderer/buttons.html' buttons=$buttons} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{intl l="No API key has been created yet. Click the [+} button to create one."}
|