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