fix some errors from merge
This commit is contained in:
parent
80aaa0f4e2
commit
e9403f1c3e
|
@ -48,7 +48,6 @@ c_disk = 4000 # MB
|
||||||
# 6.running indicates the status of worker,and it has two values: True, False.
|
# 6.running indicates the status of worker,and it has two values: True, False.
|
||||||
# 7.containers store the amount of containers on the worker.
|
# 7.containers store the amount of containers on the worker.
|
||||||
# 8.containers store a list which consists of the names of containers on the worker.
|
# 8.containers store a list which consists of the names of containers on the worker.
|
||||||
>>>>>>> upstream/master
|
|
||||||
monitor_hosts = {}
|
monitor_hosts = {}
|
||||||
|
|
||||||
# monitor_vnodes: use the owners' names of vnodes(containers) as first key.
|
# monitor_vnodes: use the owners' names of vnodes(containers) as first key.
|
||||||
|
|
|
@ -391,6 +391,7 @@ def beans_admin(cur_user,user,form,issue):
|
||||||
global G_applicationmgr
|
global G_applicationmgr
|
||||||
if issue == 'applymsgs':
|
if issue == 'applymsgs':
|
||||||
result = G_applicationmgr.queryUnRead(cur_user = cur_user)
|
result = G_applicationmgr.queryUnRead(cur_user = cur_user)
|
||||||
|
logger.debug("applymsg success")
|
||||||
return json.dumps(result)
|
return json.dumps(result)
|
||||||
elif issue == 'agree':
|
elif issue == 'agree':
|
||||||
msgid = form.get("msgid",None)
|
msgid = form.get("msgid",None)
|
||||||
|
|
Loading…
Reference in New Issue