Sha256: f43b018838f399070440426767c2eb49ca4b3baf09fae7c0e621f1858915d2d8

Contents?: true

Size: 912 Bytes

Versions: 23

Compression:

Stored size: 912 Bytes

Contents

<div class="panel panel-default">
    <div class="panel-heading">
        <span>HTTP Stubs</span>
        <button ng-click="deleteSelection()" class="btn btn-xs pull-right" ng-disabled="selectionCount < 1">Delete Selected</button>
        <button ng-click="addStub()" class="btn btn-xs pull-right">Add Stub</button>
    </div>
    <div class="panel-body">
        <table class="table table-striped">
            <tr ng-repeat="stub in requestSpecs">
                <td>{{stub.http_method}}</td>
                <td>{{stub.url}}</td>
                <td><button ng-click="editStub(stub)" class="btn btn-xs btn-default">Edit</button></td>
                <td><button ng-click="deleteStub(stub)" class="btn btn-xs btn-danger">Delete</button></td>
                <td><input type="checkbox" ng-model="stub.$isSelected" ng-change="updateSelection(stub)" /></td>
            </tr>

        </table>
    </div>
</div>

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
agile-proxy-0.1.26 assets/ui/app/view/stubs.html
agile-proxy-jruby-0.1.26-jruby assets/ui/app/view/stubs.html
agile-proxy-jruby-0.1.25-jruby assets/ui/app/view/stubs.html
agile-proxy-0.1.25 assets/ui/app/view/stubs.html
agile-proxy-0.1.24 assets/ui/app/view/stubs.html
agile-proxy-0.1.23 assets/ui/app/view/stubs.html
agile-proxy-0.1.22 assets/ui/app/view/stubs.html
agile-proxy-0.1.21 assets/ui/app/view/stubs.html
agile-proxy-0.1.20 assets/ui/app/view/stubs.html
agile-proxy-0.1.19 assets/ui/app/view/stubs.html
agile-proxy-0.1.18 assets/ui/app/view/stubs.html
agile-proxy-0.1.13 assets/ui/app/view/stubs.html
agile-proxy-0.1.12 assets/ui/app/view/stubs.html
agile-proxy-0.1.11 assets/ui/app/view/stubs.html
agile-proxy-0.1.10 assets/ui/app/view/stubs.html
agile-proxy-0.1.9 assets/ui/app/view/stubs.html
agile-proxy-0.1.8 assets/ui/app/view/stubs.html
agile-proxy-0.1.7 assets/ui/app/view/stubs.html
agile-proxy-0.1.6 assets/ui/app/view/stubs.html
agile-proxy-0.1.5 assets/ui/app/view/stubs.html