You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2014/12/14 18:15:13 UTC

[07/16] stratos git commit: remove partition lisitng

remove partition lisitng


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

Branch: refs/heads/4.1.0-test
Commit: 9761ffd1270fa982f613c6f876fa33e14b810cad
Parents: 9aa1166
Author: Dakshika Jayathilaka <si...@gmail.com>
Authored: Sun Dec 14 17:35:51 2014 +0530
Committer: Dakshika Jayathilaka <si...@gmail.com>
Committed: Sun Dec 14 17:35:51 2014 +0530

----------------------------------------------------------------------
 .../themes/theme0/partials/configure_form.hbs   | 22 --------------------
 1 file changed, 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/9761ffd1/components/org.apache.stratos.manager.console/console/themes/theme0/partials/configure_form.hbs
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/configure_form.hbs b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/configure_form.hbs
index d60ba99..0d34084 100644
--- a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/configure_form.hbs
+++ b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/configure_form.hbs
@@ -192,28 +192,6 @@
                         </div>
                     </div>
                 {{/each}}
-                {{#each content_body.sections.partition}}
-                    <div class="block col-md-4 grid-group-item border-right">
-                        <div class="toggle-menu-icon">
-                            <i class="fa fa-th-large"></i>
-                        </div>
-                        <h2 class="truncate">{{id}} </h2>
-
-                        <div class="toggle-menu-description">{{description}} </div>
-                        <div class="list-button" style="display: none;">
-                            <button class="btn btn-info btn-lg hover-details" type="button" id="details_list_{{id}}"
-                                    data-url="{{url ""}}/configure/partitions/{{id}}/" > Details
-                            </button>
-                        </div>
-                        <div class="bottom-bar-wrapper">
-                            <div class="bottom-bar">
-                                <button class="btn btn-info btn-lg hover-details" type="button" id="details_{{id}}"
-                                        data-url="{{url ""}}/configure/partitions/{{id}}/" > Details
-                                </button>
-                            </div>
-                        </div>
-                    </div>
-                {{/each}}
             </div>
         </div>
     </div>