mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 00:53:26 +02:00
Add ADB Keys UI.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
module.exports = function () {
|
||||
return {
|
||||
restrict: 'EA',
|
||||
transclude: true,
|
||||
scope: {
|
||||
icon: '@',
|
||||
message: '@'
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<div class="nothing-to-show vertical-center">
|
||||
<span ng-transclude></span>
|
||||
<i class="fa fa-4x" ng-class="icon"></i>
|
||||
<p ng-bind="message"></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user