Remove superfluous slash from admin usage.csv template
The forward-slash is unnecessary in the Admin usage.csv template and it diverges from the corresponding Project template. This patch removes it. Change-Id: I8c1305c0d11bedc3635f41524e8ef62841b70f1a
This commit is contained in:
parent
a7ad523d5a
commit
89904e6f6c
@ -1,4 +1,4 @@
|
||||
Usage Report For Period:,{{ usage.start|date:"b. d Y" }},/,{{ usage.end|date:"b. d Y" }}
|
||||
Usage Report For Period:,{{ usage.start|date:"b. d Y" }},{{ usage.end|date:"b. d Y" }}
|
||||
Active Instances:,{{ usage.summary.instances }}
|
||||
CPU-HRs Used:,{{ usage.summary.vcpu_hours|floatformat:2 }}
|
||||
Total Active RAM (MB):,{{ usage.summary.memory_mb }}
|
||||
|
Can't render this file because it contains an unexpected character in line 1 and column 46.
|
Loading…
x
Reference in New Issue
Block a user