Project

General

Profile

« Previous | Next » 

Revision 39742

first implementation of mdstore-ui

View differences:

inspect.html
128 128
                                    </a>
129 129
                                </td>
130 130
                            </tr>
131
                            <tr>
131
                            <tr ng-hide="mdStoreInfo.indexFields.length">
132 132
                                <td align="right">
133 133
                                    <b>Free search: </b>
134 134
                                </td>
......
145 145
                                </td>
146 146
                            </tr>
147 147

  
148
                            <tr ng-repeat="item in mdStoreInfo.indexFields">
149
                                <td align="right">
150
                                    <b>{{item}}: </b>
151
                                </td>
152
                                <td style=" padding-left:10px">
153
                                    <input type="text" class="form-control" ng-model="query"
154
                                           placeholder="Search for {{item}}">
155
                                </td>
156
                                <td style=" padding-left:10px">
157
                                    <a style=" padding-left:10px" href="" ng-click="findIndexFields(item)"
158
                                       class="btn btn-primary btn-sm">
159
                                        <span class="glyphicon glyphicon-search"></span>
160
                                        Search
161
                                    </a>
162
                                </td>
163
                            </tr>
164

  
148 165
                        </table>
149 166

  
150 167
                    </div>

Also available in: Unified diff