renamed toast.js to jobs.js and moved Job related calls to jobs.py form files.py AND get job.py to allow job_mgr msgs to go to F/E via a POST of /checkforjobs (picked up in templates/base.html). move files also calls new CheckForJobs() to pick up when move job finishes without needing a page reload
This commit is contained in:
4
main.py
4
main.py
@@ -57,9 +57,9 @@ Compress(app)
|
||||
|
||||
################################# Now, import separated class files ###################################
|
||||
from ai import aistats
|
||||
from files import Entry, GetJM_Message, ClearJM_Message
|
||||
from files import Entry
|
||||
from person import Person
|
||||
from job import Job, GetNumActiveJobs
|
||||
from job import Job, GetNumActiveJobs, GetJM_Message, ClearJM_Message
|
||||
from settings import Settings
|
||||
from user import PAUser
|
||||
|
||||
|
||||
Reference in New Issue
Block a user