Revision 50 hci/trunk/eneraptor-web-app/grails-app/views/statistics/graphs.gsp

View differences:

graphs.gsp
15 15
					<th><p>Graph name (short description)</p></th>
16 16
					<th><p>For device</p></th>
17 17
					<th><p>Type</p></th>
18
					<th><p>Options</p></th>
18
					<th style="width:78px;"><p>Options</p></th>
19 19
				</tr>
20 20
			</thead>
21 21
			<tbody>
22 22
				<g:each in="${savedGraphs}" var="savedGraph">
23 23
					<tr>
24
						<td><p><erptr:icon w="chart_curve" /><g:link action="showGraph" params="[graphId: savedGraph.id]">${savedGraph.name}</g:link></p></td>
24
						<td><p><erptr:icon w="chart_curve" /><g:link action="showGraph" id="${savedGraph.id}" >${savedGraph.name}</g:link></p></td>
25 25
						<td><p>${savedGraph.deviceId}</p></td>
26 26
						<td><p>${savedGraph.type}</p></td>
27
						<td><p>TODO</p></td>
27
						<td><p>
28
							<g:link action="showGraph" id="${savedGraph.id}" title="View graph only" ><erptr:icon w="chart_line" /></g:link>
29
							<g:link action="makeReport" id="${savedGraph.id}" title="Make report" ><erptr:icon w="report" /></g:link>
30
							<g:link action="editGraph" id="${savedGraph.id}" title="Edit" ><erptr:icon w="pencil" /></g:link>
31
							<g:link action="deleteGraph" id="${savedGraph.id}" title="Delete" ><erptr:icon w="delete" /></g:link>
32
						</p></td>
28 33
					</tr>
29 34
				</g:each>
30 35
			</tbody>

Also available in: Unified diff