~rvb/maas/bug-1234853-1.3

« back to all changes in this revision

Viewing changes to src/maasserver/static/js/node_views.js

  • Committer: Gavin Panella
  • Date: 2012-03-15 13:58:32 UTC
  • mto: This revision was merged to the branch mainline in revision 291.
  • Revision ID: gavin.panella@canonical.com-20120315135832-8i2rkbvp6gwdhkzt
Change MaaS to MAAS everywhere.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
            }
98
98
        };
99
99
        var request = module._io.send(
100
 
            MaaS_config.uris.nodes_handler, cfg);
 
100
            MAAS_config.uris.nodes_handler, cfg);
101
101
    },
102
102
 
103
103
   /**
154
154
        this.append = config.append;
155
155
       // Prepare spinnerNode.
156
156
        this.spinnerNode = Y.Node.create('<img />')
157
 
            .set('src', MaaS_config.uris.statics + 'img/spinner.gif');
 
157
            .set('src', MAAS_config.uris.statics + 'img/spinner.gif');
158
158
    },
159
159
 
160
160
   /**