forked from p15670423/monkey
UI: Change /api/log/island/download -> /api/island/log
This commit is contained in:
parent
408de5f5ab
commit
e7e424b358
|
@ -87,7 +87,7 @@ class PreviewPaneComponent extends AuthComponent {
|
||||||
Download Island Server Log
|
Download Island Server Log
|
||||||
</th>
|
</th>
|
||||||
<td>
|
<td>
|
||||||
<IslandLogDownloadButton url={'/api/log/island/download'} />
|
<IslandLogDownloadButton url={'/api/island/log'} />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue