~mpontillo/maas/networks-list-view

« back to all changes in this revision

Viewing changes to src/maasserver/static/partials/networks-list.html

  • Committer: MAAS Lander
  • Author(s): Andres Rodriguez
  • Date: 2017-01-12 09:15:32 UTC
  • mfrom: (5636.1.1 maas)
  • Revision ID: maas_lander-20170112091532-6uxvmpulpw406dc7
[r=andreserl][bug=1639247][author=andreserl] Fix typo. Change Farbic to Fabric.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
                            label-width="two" input-width="three"></maas-obj-field>
90
90
 
91
91
                        <maas-obj-field
92
 
                            subtle="false" type="options" key="vlan" label="Farbic &amp; VLAN" placeholder="Choose Fabric &amp; VLAN"
 
92
                            subtle="false" type="options" key="vlan" label="Fabric &amp; VLAN" placeholder="Choose Fabric &amp; VLAN"
93
93
                            options="v.id as getVLANName(v) group by getFabricNameById(v.fabric) for v in vlans"
94
94
                            label-width="two" input-width="three"></maas-obj-field>
95
95