Updated Branches:
  refs/heads/master cede5e05b -> f7b299e38

fixing selectall by default in the tenant management page


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/f7b299e3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/f7b299e3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/f7b299e3

Branch: refs/heads/master
Commit: f7b299e389b80837b057bfab9f066834716b468e
Parents: cede5e0
Author: rekathiru <[email protected]>
Authored: Fri Feb 7 13:16:32 2014 +0530
Committer: rekathiru <[email protected]>
Committed: Fri Feb 7 13:16:32 2014 +0530

----------------------------------------------------------------------
 .../console/themes/theme1/partials/tenant_management.hbs           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/f7b299e3/components/org.apache.stratos.manager.console/console/themes/theme1/partials/tenant_management.hbs
----------------------------------------------------------------------
diff --git 
a/components/org.apache.stratos.manager.console/console/themes/theme1/partials/tenant_management.hbs
 
b/components/org.apache.stratos.manager.console/console/themes/theme1/partials/tenant_management.hbs
index 7a1164c..b30622b 100644
--- 
a/components/org.apache.stratos.manager.console/console/themes/theme1/partials/tenant_management.hbs
+++ 
b/components/org.apache.stratos.manager.console/console/themes/theme1/partials/tenant_management.hbs
@@ -71,7 +71,7 @@
                     <tbody>
                         {{#each tenants}}
                         <tr>
-                            <td><input value="{{tenantDomain}}" 
type="checkbox" {{#if active}}checked="checked"{{/if}} class="js_domainCheck" 
/></td>
+                            <td><input value="{{tenantDomain}}" 
type="checkbox"  class="js_domainCheck" /></td>
                             <td><a title="Click to {{#if 
active}}}deactivate{{else}}activate{{/if}}" onclick="manage_one('{{#if 
active}}}deactivate{{else}}activate{{/if}}',this)" 
data-domain="{{tenantDomain}}"><i class="fa {{#if active}}}fa-check-circle-o 
green-check{{else}}fa-exclamation-circle orange-check{{/if}}"></i></a></td>
                             <td><a>{{tenantDomain}}</a></td>
                             <td>{{email}}</td>

Reply via email to