:mod:`monitor.views.list` ========================= .. py:module:: monitor.views.list Module Contents --------------- .. py:class:: CaptionSchema This is the form schema to add and edit form for job captions. .. py:class:: LabelsSchema This is the form schema to add and edit form for job tags/labels. .. py:class:: JobList(request) .. method:: filter_jobs(page=0,limit=10,tag=None,access=None,status=None,sort="created") .. method:: generate_caption_form(formid="deform_caption") This helper code generates the form that will be used to add and edit job captions based on the schema of the form. .. method:: process_caption_form(form) .. method:: generate_labels_form(formid="deform_tags") This helper code generates the form that will be used to add and edit job tags/labels based on the schema of the form. .. method:: process_labels_form(form) .. method:: view() .. py:class:: JobsGrid(request,*args,**kwargs) .. method:: status_td(col_num,i,item) .. method:: duration_td(col_num,i,item) .. method:: caption_td(col_num,i,item) .. method:: labels_td(col_num,i,item) .. method:: buttongroup_td(col_num,i,item)