Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
network-empty-warning.component.html 261 B
<div id="network-empty-banner" *ngIf="drugstoneConfig.gettingNetworkEmpty" class="center notification" style="background-color: rgba(255,41,41,0.6);">
  <span class="px-6">Network is empty! Please contact the page developer if this is unexpected.</span>
</div>