changed job status to job status / result

This commit is contained in:
Navan Chauhan 2020-09-27 14:12:08 +05:30
parent 52638600e2
commit d7d2202324
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@
</div>
</li>
<li class="{{ 'nav-item active' if active_page == 'job_status' else 'nav-item' }}">
<a class="nav-link" href="{{ url_for('status') }}">Job Status</a>
<a class="nav-link" href="{{ url_for('status') }}">Job Status / Results</a>
</li>
</ul>
</div>

View File

@ -28,7 +28,7 @@
<li>API - <a href="/docs">Swagger UI</a> or <a href="/redoc">ReDoc</a> - API access for the server</li>
<li><a href="{{url_for('generate_pdbqts')}}">Generate PDBQTs</a> - Generate PDBQTs for your compounds or proteins</li>
<li><a href="{{url_for('editor')}}">Editor</a> - Simple Molecular Editor powered by Kekule.js</li>
<li><a href="{{ url_for('status')}}">Job Status</a> - Check the job status </li>
<li><a href="{{ url_for('status')}}">Job Status / Results</a> - Check the job status and view the results</li>
<li><a href="{{ url_for('visualise')}}">Visualise</a> - Molecular Viewer </li>
</ul>
<section>