zun-ui/zun_ui/templates/cloud_shell/cloud_shell.html

11 lines
293 B
HTML

{% load i18n %}
<!-- Menu Item for Extensible Header -->
<span
id="cloud-shell-menu"
class="fa fa-terminal"
cloud-shell-image="{{ CLOUD_SHELL_IMAGE }}"
onclick="angular.element(document.body).injector().get('horizon.cloud-shell.service').init();">
{% trans "Cloud Shell" %}
</span>