Advertisement
Guest User

2015-04-02, TSergey, reportavailability-2

a guest
Apr 2nd, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. diff -r bce8013df739 fm/apps/reportavailability/views.py
  2. --- a/fm/apps/reportavailability/views.py Thu Apr 02 09:33:19 2015 +0300
  3. +++ b/fm/apps/reportavailability/views.py Thu Apr 02 15:07:34 2015 +0600
  4. @@ -44,6 +44,8 @@
  5. o.name,
  6. o.profile_name,
  7. o.platform,
  8. + o.address,
  9. + o.administrative_domain.name,
  10. a1.get(o.id, 100),
  11. a7.get(o.id, 100),
  12. a30.get(o.id, 100)
  13. @@ -51,7 +53,7 @@
  14. return self.from_dataset(
  15. title=self.title,
  16. columns=[
  17. - "Object", "Profile", "Platform",
  18. + "Object", "Profile", "Platform", "Address", "Administrative Domain",
  19. TableColumn("24h", align="right", format="percent"),
  20. TableColumn("7d", align="right", format="percent"),
  21. TableColumn("30d", align="right", format="percent")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement