1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

function name removed

This commit is contained in:
Damodar Lohani 2021-07-22 11:40:34 +05:45
parent 77e232b320
commit ee34261cde

View file

@ -45,7 +45,7 @@ $runtimes = $this->getParam('runtimes', []);
<a data-ls-attrs="href=/console/functions/function?id={{function.$id}}&project={{router.params.project}}" class="button pull-end">Settings</a>
<span data-ls-bind="{{function.name}}"></span>
<span data-ls-bind="{{function.$id}}"></span>
<p class="text-fade margin-bottom-no" data-ls-bind="{{function.runtime|runtimeName}} {{function.runtime|runtimeVersion}}"></p>
</li>