Browse Source

feat: add link to LM into Adjuster panel

jmacura 5 năm trước cách đây
mục cha
commit
142b24c79d
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/adjuster/adjuster.directive.html

+ 4 - 0
src/adjuster/adjuster.directive.html

@@ -32,5 +32,9 @@
         </div>
       </div>
     </div>
+    <div class="pt-3 center-block">
+      You can investigate the layers<br>
+      in the <a href="" (click)="hsLayoutService.setMainPanel('layermanager');$event.preventDefault();">LayerManager</a>
+    </div>
   </div>
 </div>