changed job status to job status / result
This commit is contained in:
parent
52638600e2
commit
d7d2202324
|
@ -63,7 +63,7 @@
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li class="{{ 'nav-item active' if active_page == 'job_status' else 'nav-item' }}">
|
<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>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -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>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('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('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>
|
<li><a href="{{ url_for('visualise')}}">Visualise</a> - Molecular Viewer </li>
|
||||||
</ul>
|
</ul>
|
||||||
<section>
|
<section>
|
||||||
|
|
Loading…
Reference in New Issue