fedora-infra / mirrormanager2

Rewrite of the MirrorManager application in Flask and SQLAlchemy
https://mirrormanager.fedoraproject.org
GNU General Public License v2.0
63 stars 46 forks source link

Use "site", "host" and "mirror" consistently #241

Closed adrianreber closed 6 years ago

adrianreber commented 6 years ago

The terms "site" and "host" have a special meaning in MirrorManager. One 'Site' can consist of multiple 'Host's but the terms were not used consistently. This tries to address that by renaming 'Site name' in the host to 'Host name' and by renaming 'Mirror' to 'Hosts' when showing the overview.

Signed-off-by: Adrian Reber adrian@lisas.de

adrianreber commented 6 years ago

@jasontibbitts Fix for #238

jasontibbitts commented 6 years ago

Hey, thanks. I was going to try to get around to giving a patch eventually. I guess those are the only two changes really needed, but I didn't go through the entire interface.

pypingou commented 6 years ago

:+1: for these two