mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-25 14:50:24 +00:00
fix: 修复prometheus_metricsAPI数据获取bug;修复组件注册type为空bug (#5253)
* fix: 修复prometheus_metricsAPI数据获取bug;修复组件注册type为空bug * fix: 修改审计migrations/userloginlog/backend的verbose_name字段 Co-authored-by: Bai <bugatti_it@163.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Generated by Django 3.1 on 2020-12-10 07:05
|
||||
# Generated by Django 3.1 on 2020-12-15 04:52
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
@@ -36,7 +36,6 @@ class Migration(migrations.Migration):
|
||||
model_name='terminal',
|
||||
name='type',
|
||||
field=models.CharField(choices=[('koko', 'KoKo'), ('guacamole', 'Guacamole'), ('omnidb', 'OmniDB')], default='koko', max_length=64, verbose_name='type'),
|
||||
preserve_default=False,
|
||||
),
|
||||
migrations.RunPython(migrate_terminal_type)
|
||||
]
|
||||
|
Reference in New Issue
Block a user