Skip to content

Commit

Permalink
comment out info box on tenant view
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlovicnemanja committed Nov 17, 2023
1 parent 04a83e6 commit 5e07336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/views/settings/website-management/tenant-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ <h2 class="sd-page__page-heading sd-margin-r--5">Website Management</h2>
</div>
<div class="sd-page__content relative">
<div class="sd-loader" ng-if="loading"></div>
<a
<!-- <a
class="btn btn--sd-green btn--icon-only btn--icon-only-circle btn--large sd-shadow--z4 fixedPosition fixedPosition--bottomRight"
style="z-index: 1"
ng-click="webPublisherSettings.toggleInfoCarousel()"
><i class="icon-info-large"></i
></a>
></a> -->
<div class="sd-grid-list sd-grid-list--large sd-grid-list--no-margin">
<div
class="sd-grid-item-wrapper"
Expand Down

0 comments on commit 5e07336

Please sign in to comment.