{content}
in ' + filename + " ";
-
- var errorline = function (e, i, classname) {
- if (e.extract[i]) {
- error.push(template.replace(/\{line\}/, parseInt(e.line) + (i - 1))
- .replace(/\{class\}/, classname)
- .replace(/\{content\}/, e.extract[i]));
- }
- };
-
- if (e.stack) {
- content += '
' + e.stack.split('\n').slice(1).join('
');
- } else if (e.extract) {
- errorline(e, 0, '');
- errorline(e, 1, 'line');
- errorline(e, 2, '');
- content += 'on line ' + e.line + ', column ' + (e.column + 1) + ':
{% blocktrans %}Data Center is an instance with different services.{% endblocktrans %}
\ No newline at end of file diff --git a/dashboard/glazierdashboard/templates/_dc_help.html b/dashboard/glazierdashboard/templates/_dc_help.html deleted file mode 100644 index 5e29e2d..0000000 --- a/dashboard/glazierdashboard/templates/_dc_help.html +++ /dev/null @@ -1,3 +0,0 @@ -{% load i18n %} -{% blocktrans %}You can deploy few Active Directory services with one domain name.{% endblocktrans %}
-{% blocktrans %}The DNS service will automatically created for each Active Directory.{% endblocktrans %}
\ No newline at end of file diff --git a/dashboard/glazierdashboard/templates/_iis_help.html b/dashboard/glazierdashboard/templates/_iis_help.html deleted file mode 100644 index e8004c8..0000000 --- a/dashboard/glazierdashboard/templates/_iis_help.html +++ /dev/null @@ -1,2 +0,0 @@ -{% load i18n %} -{% blocktrans %}You can deploy few Internet Information Services in one domain.{% endblocktrans %}
\ No newline at end of file diff --git a/dashboard/glazierdashboard/templates/_service_logs.html b/dashboard/glazierdashboard/templates/_service_logs.html deleted file mode 100644 index dda752a..0000000 --- a/dashboard/glazierdashboard/templates/_service_logs.html +++ /dev/null @@ -1,7 +0,0 @@ -{% load i18n %} -- {{ reports }} -\ No newline at end of file diff --git a/dashboard/glazierdashboard/templates/_services.html b/dashboard/glazierdashboard/templates/_services.html deleted file mode 100644 index ee5006f..0000000 --- a/dashboard/glazierdashboard/templates/_services.html +++ /dev/null @@ -1,16 +0,0 @@ -{% load i18n %} - -
{% trans "Now you can set the parameters for Active Directory Service." %}
-{% trans "You can create few Active Directory instances, in this case will be created one Main Active Directory server and few Secondary Active Directory servers." %}
-{% trans "The DNS service will be automatically created on each Active Directory servers." %}
- {% else %} -{% trans "Now you can set parameters for IIS Service." %}
-{% trans "The IIS Service - it is the server with complex Internet Information Services infrastructure, which included to the domain infrasructure." %}
-{% trans "Please, set the complex password for local administrator account." %}
-{% trans "Also, you can add this IIS server to the existing domain and configure credentials for domain user." %}
- {% endif %} - - {% else %} -{% trans "Now you can select the type of the service." %}
-{% trans "The Active Directory Service allows to configure Domain Controllers with Active Directory and DNS infrastructure. You can create one Main Domain Controller and few Secondary Domain Controllers." %}
-{% trans "The Internet Information Services allows to configure IIS servers, which can be included to the existing domain infrastructure." %}
- {% endif %} -