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:
2023-01-06 17:37:15 +11:00
parent e1c0622be6
commit 1ba9bf4312
8 changed files with 180 additions and 95 deletions

View File

@@ -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