Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
add some icon
Browse files Browse the repository at this point in the history
  • Loading branch information
boypt committed Jul 15, 2021
1 parent 6893aff commit a371871
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion static/files/template/config.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<form ng-show="edit" class="ui segment edit form">
<h4 class="ui dividing header">Configuration</h4>
<h4 class="ui dividing header">
<i class="check square outline icon"></i>
Configuration
</h4>
<div class="buttons">
<div class="ui blue button" ng-class="{loading: apiing}" ng-click="submitConfig()">
Save
Expand Down
7 changes: 6 additions & 1 deletion static/files/template/omni.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<!-- MAGNET EDITOR -->
<div class="ui segment" ng-show="edit">
<form class="ui edit form">
<h4 class="ui dividing header">Magnet URI Editor</h4>
<h4 class="ui dividing header">
<i class="sticky note outline icon"></i>
Magnet URI Editor
</h4>
<div class="field">
<label>Name</label>
<div class="field">
Expand Down Expand Up @@ -71,6 +74,8 @@ <h4 class="ui dividing header">Magnet URI Editor</h4>
<div id="omni_search_results" class="ui raised segments" ng-show="mode.search && results && results.length > 0">
<div class="ui attached segment result_header">
<span class="ui secondary header">
<i ng-if="mode.rss" class="rss square icon"></i>
<i ng-if="!mode.rss" class="search icon"></i>
{{ mode.rss == true ? "RSS":"Search Results" }} ({{ results.length }})
</span>
<div class="ui right floated grey tiny header">
Expand Down

0 comments on commit a371871

Please sign in to comment.