Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
  • 3 commits
  • 2 files changed
  • 0 commit comments
  • 1 contributor
Showing with 4 additions and 4 deletions.
  1. +2 −2 app/views/machine-new.html
  2. +2 −2 dist/views/machine-new.html
@@ -69,8 +69,8 @@ <h5>Select a dataset:</h5>
ng-click='click_network(n)'
ng-class="selectedNetworks.indexOf(n)>-1 && 'success'">
<td><strong>{{n.name}}</strong></td>
<td ng-show='selectedNetworks.indexOf(n) > -1'>
<span class='badge'>{{selectedNetworks.indexOf(n) + 1}}: {{selectedDataset.networks[selectedNetworks.indexOf(n)].description}}</span>
<td>
<span ng-show='selectedNetworks.indexOf(n) > -1' class='badge'>{{selectedNetworks.indexOf(n) + 1}}: {{selectedDataset.networks[selectedNetworks.indexOf(n)].description}}</span>
</td>
</tr>
</table>
@@ -69,8 +69,8 @@ <h5>Select a dataset:</h5>
ng-click='click_network(n)'
ng-class="selectedNetworks.indexOf(n)>-1 && 'success'">
<td><strong>{{n.name}}</strong></td>
<td ng-show='selectedNetworks.indexOf(n) > -1'>
<span class='badge'>{{selectedNetworks.indexOf(n) + 1}}: {{selectedDataset.networks[selectedNetworks.indexOf(n)].description}}</span>
<td>
<span ng-show='selectedNetworks.indexOf(n) > -1' class='badge'>{{selectedNetworks.indexOf(n) + 1}}: {{selectedDataset.networks[selectedNetworks.indexOf(n)].description}}</span>
</td>
</tr>
</table>

No commit comments for this range

You can’t perform that action at this time.