mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-18 16:39:28 +00:00
alter asset add and detail
This commit is contained in:
@@ -33,7 +33,6 @@ class AssetCreateView(AdminUserRequiredMixin, CreateView):
|
||||
context = super(AssetCreateView, self).get_context_data(**kwargs)
|
||||
context.update({'admin_users': AdminUser.objects.all()})
|
||||
assert isinstance(context, object)
|
||||
print(context)
|
||||
return context
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user