소스 검색

feat: add link to LM into Adjuster panel

jmacura 5 년 전
부모
커밋
142b24c79d
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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>