Rank: Freeware Member Groups: Member
Joined: 5/6/2008 Posts: 20 Location: UK
|
Is there any way to add a few additional fields to the action screen for a computer?
For example, at the moment it shows model, memory, os, clockspeed etc at a glance, but I would like to add IP address to this screen.
I have looked through the it-compdetail.aspx file - but can't see anything obvious to add it - but hope it would be something fairly simple...?
Anybody?
|
Rank: Freeware Member Groups: Member
Joined: 5/6/2008 Posts: 20 Location: UK
|
I've solved this myself - I added a couple of commands to the dbo.Web301comp stored procedure and compiled it and it seems to have done the trick.
|
 Rank: Administration Groups: Administration
Joined: 2/10/2005 Posts: 1,451 Location: Hamme Belgium
|
Yep indeed, the screen enumerates all the fields in the order that the stored procedure returns. (you can also use this to change the display name of fields, ...)
|