#3894 Sort channels on hosts page
Merged 7 months ago by tkopecek. Opened 8 months ago by tkopecek.
tkopecek/koji sort-channels  into  master

file modified
+1 -1
@@ -1723,7 +1723,7 @@ 

          channel = 'all'

      values['channel'] = channel

  

-     values['channels'] = server.listChannels()

+     values['channels'] = sorted(server.listChannels(), key=lambda x: x['name'])

  

      if hosts and 'update_ts' not in hosts[0]:

          # be nice with older hub

rebased onto 06830da

8 months ago

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

7 months ago

Metadata Update from @relias-redhat:
- Pull-request tagged with: testing-done

7 months ago

Commit b3d37d2 fixes this pull-request

Pull-Request has been merged by tkopecek

7 months ago