소스 검색

Add identicons to device prompts

Audrius Butkevicius 11 년 전
부모
커밋
ed747a2d3d
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      gui/index.html
  2. 0 0
      internal/auto/gui.files.go

+ 5 - 1
gui/index.html

@@ -313,7 +313,11 @@
     <div ng-repeat="(device, event) in deviceRejections" class="row">
       <div class="col-md-12">
         <div class="panel panel-warning">
-          <div class="panel-heading"><h3 class="panel-title"><span translate>New Device</span></h3></div>
+          <div class="panel-heading">
+            <h3 class="panel-title">
+              <identicon data-value="device"></identicon>&emsp;<span translate>New Device</span>
+            </h3>
+          </div>
           <div class="panel-body">
             <p>
               <small>{{ event.time | date:"H:mm:ss" }}:</small>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
internal/auto/gui.files.go


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.