- 修复RouteService中错误过滤home路由的问题 - 后端现在正确返回所有用户有权限的路由 - 添加设备管理相关功能(列表、在线监控、电源管理、远程监控) - 添加详细的修复文档和重启脚本 - 更新权限配置脚本 问题根源:后端代码中有逻辑会过滤掉home路由,导致前端收到空数组,无法生成菜单 解决方案:移除过滤home路由的逻辑,让后端返回所有有权限的路由
58 lines
1.6 KiB
XML
58 lines
1.6 KiB
XML
<?xml version="1.0"?>
|
|
<gjob:Helping xmlns:gjob="http://www.gnome.org/some-location">
|
|
<gjob:Jobs>
|
|
|
|
<gjob:Job>
|
|
<gjob:Project ID="3"/>
|
|
<gjob:Application>GBackup</gjob:Application>
|
|
<gjob:Category>Development</gjob:Category>
|
|
|
|
<gjob:Update>
|
|
<gjob:Status>Open</gjob:Status>
|
|
<gjob:Modified>Mon, 07 Jun 1999 20:27:45 -0400 MET DST</gjob:Modified>
|
|
<gjob:Salary>USD 0.00</gjob:Salary>
|
|
</gjob:Update>
|
|
|
|
<gjob:Developers>
|
|
<gjob:Developer>
|
|
</gjob:Developer>
|
|
</gjob:Developers>
|
|
|
|
<gjob:Contact>
|
|
<gjob:Person>Nathan Clemons</gjob:Person>
|
|
<gjob:Email>nathan@windsofstorm.net</gjob:Email>
|
|
<gjob:Company>
|
|
</gjob:Company>
|
|
<gjob:Organisation>
|
|
</gjob:Organisation>
|
|
<gjob:Webpage>
|
|
</gjob:Webpage>
|
|
<gjob:Snailmail>
|
|
</gjob:Snailmail>
|
|
<gjob:Phone>
|
|
</gjob:Phone>
|
|
</gjob:Contact>
|
|
|
|
<gjob:Requirements>
|
|
The program should be released as free software, under the GPL.
|
|
</gjob:Requirements>
|
|
|
|
<gjob:Skills>
|
|
</gjob:Skills>
|
|
|
|
<gjob:Details>
|
|
A GNOME based system that will allow a superuser to configure
|
|
compressed and uncompressed files and/or file systems to be backed
|
|
up with a supported media in the system. This should be able to
|
|
perform via find commands generating a list of files that are passed
|
|
to tar, dd, cpio, cp, gzip, etc., to be directed to the tape machine
|
|
or via operations performed on the filesystem itself. Email
|
|
notification and GUI status display very important.
|
|
</gjob:Details>
|
|
|
|
</gjob:Job>
|
|
|
|
</gjob:Jobs>
|
|
</gjob:Helping>
|
|
|