mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-01-29 21:51:31 +00:00
Dev license (#2409)
* [Update] 更新用户组 * [Update] license - 更新翻译 * [Feature] interface - 自定义配置logo,修改前端(待续) * [Update] interface更新前端页面,两个登陆首页的模版设 * [Update]修改新登陆模版全局变量,国际化翻译,登陆逻辑页面切换 * [Update] 优化Interface前端逻辑 * [Update] Interface 修改前端一些小问题 * [Update] License/Interface 生成翻译信息
This commit is contained in:
@@ -5,8 +5,18 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="renderer" content="webkit">
|
||||
<title>Jumpserver</title>
|
||||
<link rel="shortcut icon" href="{% static 'img/facio.ico' %}" type="image/x-icon">
|
||||
<title>
|
||||
{% if interface and interface.login_title %}
|
||||
{{ interface.login_title }}
|
||||
{% else %}
|
||||
Jumpserver
|
||||
{% endif %}
|
||||
</title>
|
||||
{% if interface and interface.favicon %}
|
||||
<link rel="shortcut icon" href="{{ MEDIA_URL }}{{ interface.favicon }}" type="image/x-icon">
|
||||
{% else %}
|
||||
<link rel="shortcut icon" href="{% static 'img/facio.ico' %}" type="image/x-icon">
|
||||
{% endif %}
|
||||
{% include '_head_css_js.html' %}
|
||||
<link href="{% static 'css/jumpserver.css' %}" rel="stylesheet">
|
||||
{% block custom_head_css_js %} {% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user