- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can anyone help with how to access properties of Splunk inputs like link list

VI371887
Path Finder
11-14-2018
05:06 AM
Can anyone help with how to access style properties of Splunk inputs like
1. link list
2. Radio Button
3. Dropdown
4. Multiselect
5. CheckBox
like for example if i want modify the width of a panel i give table an Id and then
<style>
master{ width: 06% !important; }
</style>
</html>
