mirror of https://github.com/lidarr/Lidarr
Removed edit/add tooltips for providers
This commit is contained in:
parent
30511d166d
commit
30c2c02073
|
@ -6,7 +6,7 @@
|
|||
<li>
|
||||
<div class="download-client-item thingy add-card x-add-card">
|
||||
<span class="center well">
|
||||
<i class="icon-plus" title="Add Download Client"/>
|
||||
<i class="icon-plus"/>
|
||||
</span>
|
||||
</div>
|
||||
</li>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div class="download-client-item thingy" title="Click to edit">
|
||||
<div class="download-client-item thingy">
|
||||
<div>
|
||||
<h3>{{name}}</h3>
|
||||
</div>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<li>
|
||||
<div class="indexer-item thingy add-card x-add-card">
|
||||
<span class="center well">
|
||||
<i class="icon-plus" title="Add Indexer"/>
|
||||
<i class="icon-plus"/>
|
||||
</span>
|
||||
</div>
|
||||
</li>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div class="indexer-item thingy" title="Click to edit">
|
||||
<div class="indexer-item thingy">
|
||||
<div>
|
||||
<h3>{{name}}</h3>
|
||||
</div>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div class="metadata-item" title="Click to edit">
|
||||
<div class="metadata-item">
|
||||
<div>
|
||||
<h3>{{name}}</h3>
|
||||
</div>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<li>
|
||||
<div class="notification-item thingy add-card x-add-card">
|
||||
<span class="center well">
|
||||
<i class="icon-plus" title="Add Connection"/>
|
||||
<i class="icon-plus"/>
|
||||
</span>
|
||||
</div>
|
||||
</li>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div class="notification-item thingy" title="Click to edit">
|
||||
<div class="notification-item thingy">
|
||||
<div>
|
||||
<h3>{{name}}</h3>
|
||||
</div>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<li>
|
||||
<div class="profile-item thingy add-card x-add-card">
|
||||
<span class="center well">
|
||||
<i class="icon-plus" title="Add Profile"/>
|
||||
<i class="icon-plus"/>
|
||||
</span>
|
||||
</div>
|
||||
</li>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div class="profile-item thingy" title="Click to edit">
|
||||
<div class="profile-item thingy">
|
||||
<div>
|
||||
<h3 name="name"></h3>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue