Beispiel #1
0
 def get(self):
     g = GetAllGroups()
     h = GetAllHosts()
     allgroups = [item['groupname'] for item in g.get_all_groups()]
     allhosts = h.get_all_hosts()
     return flask.render_template('remove.html', allgroups=allgroups, allhosts=allhosts)