File tree Expand file tree Collapse file tree
frontend/src/pages/application/DeviceGroup Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 <ff-data-table-cell >
4949 <ff-checkbox v-model =" device.selected" />
5050 </ff-data-table-cell >
51- <ff-data-table-cell >{{ device.name }}</ff-data-table-cell >
51+ <ff-data-table-cell >
52+ <router-link :to =" {name: 'DeviceOverview', params: {id: device.id}}" >{{ device.name }}</router-link >
53+ </ff-data-table-cell >
5254 <ff-data-table-cell >{{ device.type }}</ff-data-table-cell >
5355 </ff-data-table-row >
5456 </template >
7779 <ff-data-table-cell v-if =" editMode" >
7880 <ff-checkbox v-model =" device.selected" class =" inline" />
7981 </ff-data-table-cell >
80- <ff-data-table-cell class =" w-1/3" >{{ device.name }}</ff-data-table-cell >
82+ <ff-data-table-cell class =" w-1/3" >
83+ <router-link :to =" {name: 'DeviceOverview', params: {id: device.id}}" >{{ device.name }}</router-link >
84+ </ff-data-table-cell >
8185 <ff-data-table-cell class =" w-1/3" >{{ device.name }}</ff-data-table-cell >
8286 <ff-data-table-cell v-if =" !editMode" class =" w-1/3" >
8387 <ActiveSnapshotCell :activeSnapshot =" getDeviceActiveSnapshot(device)" :targetSnapshot =" targetSnapshot" />
You can’t perform that action at this time.
0 commit comments