diff options
author | Julien Maulny <julien.maulny@protonmail.com> | 2019-10-02 20:03:37 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-10-18 14:04:10 +0200 |
commit | 235b055dc566f35aa07480ad055a7fbb40e028ac (patch) | |
tree | 86c501fda3aa155d2208c6516f2089f6ac41a3c0 /client/src | |
parent | c07eb946531dd190ae50624832e1147c8ccf3692 (diff) | |
download | PeerTube-235b055dc566f35aa07480ad055a7fbb40e028ac.tar.gz PeerTube-235b055dc566f35aa07480ad055a7fbb40e028ac.tar.zst PeerTube-235b055dc566f35aa07480ad055a7fbb40e028ac.zip |
Allow to choose 'Most liked videos' page as default client route
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html index 54115055a..3dad24885 100644 --- a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html +++ b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html | |||
@@ -218,6 +218,7 @@ | |||
218 | <select id="instanceDefaultClientRoute" formControlName="defaultClientRoute"> | 218 | <select id="instanceDefaultClientRoute" formControlName="defaultClientRoute"> |
219 | <option i18n value="/videos/overview">Videos Discover</option> | 219 | <option i18n value="/videos/overview">Videos Discover</option> |
220 | <option i18n value="/videos/trending">Videos Trending</option> | 220 | <option i18n value="/videos/trending">Videos Trending</option> |
221 | <option i18n value="/videos/most-liked">Most Liked Videos</option> | ||
221 | <option i18n value="/videos/recently-added">Videos Recently Added</option> | 222 | <option i18n value="/videos/recently-added">Videos Recently Added</option> |
222 | <option i18n value="/videos/local">Local videos</option> | 223 | <option i18n value="/videos/local">Local videos</option> |
223 | </select> | 224 | </select> |