diff options
Diffstat (limited to 'catalog-ui/src/app/ng2/app.component.html')
-rw-r--r-- | catalog-ui/src/app/ng2/app.component.html | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/catalog-ui/src/app/ng2/app.component.html b/catalog-ui/src/app/ng2/app.component.html index c98da88fb3..c66c360843 100644 --- a/catalog-ui/src/app/ng2/app.component.html +++ b/catalog-ui/src/app/ng2/app.component.html @@ -13,11 +13,5 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - - -<!--<nav> - <app-navbar></app-navbar> -</nav> -<main> - <router-outlet></router-outlet> -</main>-->
\ No newline at end of file + +<sdc-loader global="true" name="general" testId="loader"></sdc-loader> |