Advertisement
Guest User

2015-04-02, TSergey, reportavailability

a guest
Apr 2nd, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 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 14:59:00 2015 +0600
  4. @@ -44,6 +44,7 @@
  5. o.name,
  6. o.profile_name,
  7. o.platform,
  8. + o.address,
  9. a1.get(o.id, 100),
  10. a7.get(o.id, 100),
  11. a30.get(o.id, 100)
  12. @@ -51,7 +52,7 @@
  13. return self.from_dataset(
  14. title=self.title,
  15. columns=[
  16. - "Object", "Profile", "Platform",
  17. + "Object", "Profile", "Platform", "Address",
  18. TableColumn("24h", align="right", format="percent"),
  19. TableColumn("7d", align="right", format="percent"),
  20. TableColumn("30d", align="right", format="percent")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement