mirror of
https://gitlab.com/KKlochko/tui-rsync.git
synced 2026-08-12 17:57:43 +00:00
(Added) update label option for groups.
Added Drone CI/CD pipeline config.
This commit is contained in:
@@ -140,6 +140,10 @@ class Group(BaseModel):
|
||||
group.save()
|
||||
return group
|
||||
|
||||
def update_label(self, new_label):
|
||||
self.label = new_label
|
||||
self.save()
|
||||
|
||||
def get_sources(self):
|
||||
"""
|
||||
Return iterator of the group sources.
|
||||
|
||||
Reference in New Issue
Block a user