Merge lp:~gbancroft-canonical/maas/fix-1695307 into lp:~maas-committers/maas/trunk

Proposed by Graham Bancroft
Status: Merged
Approved by: Mike Pontillo
Approved revision: no longer in the source branch.
Merged at revision: 6080
Proposed branch: lp:~gbancroft-canonical/maas/fix-1695307
Merge into: lp:~maas-committers/maas/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
src/maasserver/static/partials/subnet-details.html (+1/-1)
To merge this branch: bzr merge lp:~gbancroft-canonical/maas/fix-1695307
Reviewer Review Type Date Requested Status
Mike Pontillo (community) Approve
Review via email: mp+325405@code.launchpad.net

Commit message

Subnet details, static routes: Change button name from 'Edit' to 'Edit static route'.

Description of the change

Subnet details, static routes - Change button name from 'Edit' to 'Edit static route'

To post a comment you must log in.
Revision history for this message
Mike Pontillo (mpontillo) wrote :

Looks good!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/maasserver/static/partials/subnet-details.html' (properties changed: -x to +x)
2--- src/maasserver/static/partials/subnet-details.html 2017-04-18 14:59:13 +0000
3+++ src/maasserver/static/partials/subnet-details.html 2017-06-09 15:46:25 +0000
4@@ -145,7 +145,7 @@
5 <button class="table__controls-toggle" data-ng-click="toggleMenu()">View actions</button>
6 <div class="table__controls-menu" role="menu" data-ng-show="isToggled">
7 <button class="table__controls-action" aria-label="Edit row"
8- data-ng-click="toggleMenu(); staticRouteToggleEditMode(staticRoute)">Edit</a>
9+ data-ng-click="toggleMenu(); staticRouteToggleEditMode(staticRoute)">Edit static route</a>
10 <button class="table__controls-action u-text--error" aria-label="Remove"
11 data-ng-click="toggleMenu(); staticRouteEnterDeleteMode(staticRoute)">Remove</a>
12 </div>