~rvb/maas/bug-1384001-redux-2

« back to all changes in this revision

Viewing changes to src/maasserver/templates/maasserver/js-conf.html

  • 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:
7
7
    base: '{{ STATIC_URL }}jslibs/yui/{{ YUI_VERSION }}/build/',
8
8
    comboBase: '{% if FORCE_SCRIPT_NAME %}{{ FORCE_SCRIPT_NAME }}{% endif%}/{{ YUI_COMBO_URL }}?',
9
9
};
10
 
var MaaS_config = {
 
10
var MAAS_config = {
11
11
    uris: {
12
12
        login: '{% url "login" %}',
13
13
        statics: '{{ STATIC_URL }}',