mirror of https://github.com/Chocobozzz/PeerTube
Rename duplicate to more universal mirror, add to miniature for quick access by admins
parent
86521a67b2
commit
988af781ac
|
@ -251,7 +251,7 @@ export class VideoActionsDropdownComponent implements OnChanges {
|
|||
isDisplayed: () => this.authService.isLoggedIn() && this.displayOptions.blacklist && this.isVideoUnblacklistable()
|
||||
},
|
||||
{
|
||||
label: this.i18n('Duplicate (redundancy)'),
|
||||
label: this.i18n('Mirror'),
|
||||
handler: () => this.duplicateVideo(),
|
||||
isDisplayed: () => this.authService.isLoggedIn() && this.displayOptions.duplicate && this.canVideoBeDuplicated(),
|
||||
iconName: 'cloud-download'
|
||||
|
|
|
@ -65,7 +65,7 @@ export class VideoMiniatureComponent implements OnInit {
|
|||
blacklist: true,
|
||||
delete: true,
|
||||
report: true,
|
||||
duplicate: false
|
||||
duplicate: true
|
||||
}
|
||||
showActions = false
|
||||
serverConfig: ServerConfig
|
||||
|
|
Loading…
Reference in New Issue