kritbit

kritbit Commit Details


Date:2015-12-15 21:48:15 (9 years 3 months ago)
Author:Natalie Adams
Branch:master
Commit:93fede2acff94764c1bebfbf68b7807c24674931
Parents: 2e0db2772a98e70f6d585381f1a36ac299a9c3de
Message:udpating some formatting

Changes:

File differences

web/application/views/history.html
3131
3232
3333
34
34
3535
3636
3737
<hr>
<div style="width: 70%; margin: 0 auto;">
    <table align="center" style="width: 80%;" class="table table-hover results">
    <table align="center" style="width: 100%;" class="table table-hover results">
        <thead>
        <tr>
            <th>Output</th>
web/application/views/main.html
3131
3232
3333
34
35
34
35
36
37
38
39
3640
37
41
3842
3943
4044
            <td>{{job.last_result}}</td>
            <td><a class="btn btn-default" href="./history/view/{{job.jobName}}-{{job.id}}" role="button">History</a></td>
            <td><a class="btn btn-danger btn-delete" href="./job/delete/{{job.id}}" role="button">Delete</a></td>
            {% if job.force_run == 1 %}
            <td><a class="btn btn-warning" href="./job/force/{{job.id}}" role="button">Enabled</a></td>
            {% if job.getRunType != "External Source" %}
                {% if job.force_run == 1 %}
                <td><a class="btn btn-warning" href="./job/force/{{job.id}}" role="button">Enabled</a></td>
                {% else %}
                <td><a class="btn btn-success" href="./job/force/{{job.id}}" role="button">Disabled</a></td>
                {% endif %}
            {% else %}
            <td><a class="btn btn-success" href="./job/force/{{job.id}}" role="button">Disabled</a></td>
                <td>&nbsp;</td>
            {% endif %}
        </tr>
    {% endfor %}

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.08251s using 14 queries.