css - Splunk Classic XML dashboard display input type and HTML text side by side - Stack Overflow

I'm trying to display a simple input type and html text side by side but they are appearing vertic

I'm trying to display a simple input type and html text side by side but they are appearing vertically. I have tried few CSS options but none of them worked.

Sample Panel code

<panel id="panel1">

    <input type="text" token="tk1" id="tk1id" searchWhenChanged=“true”>
       <label>Refine further?</label>
       <prefix> | where </prefix>
    </input>

    <html id="htmlid">
        <p>count: $job.resultCount$</p>
    </html>

    <event>
        <search>
            .
            .
            .
            .
        </search>
    </event>
</panel>

How can I make input and html text appear side by side and events at the bottom? My requirement is to have this in achieved in single panel in XML dashboard. Thanks for any help!

I'm trying to display a simple input type and html text side by side but they are appearing vertically. I have tried few CSS options but none of them worked.

Sample Panel code

<panel id="panel1">

    <input type="text" token="tk1" id="tk1id" searchWhenChanged=“true”>
       <label>Refine further?</label>
       <prefix> | where </prefix>
    </input>

    <html id="htmlid">
        <p>count: $job.resultCount$</p>
    </html>

    <event>
        <search>
            .
            .
            .
            .
        </search>
    </event>
</panel>

How can I make input and html text appear side by side and events at the bottom? My requirement is to have this in achieved in single panel in XML dashboard. Thanks for any help!

Share Improve this question edited Mar 3 at 9:24 Naveen K Reddy asked Mar 3 at 0:10 Naveen K ReddyNaveen K Reddy 5291 gold badge6 silver badges15 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

We can use the provided drag and drop feature. I believe it would be more easy than writing custom CSS. You can refer to below screenshot for the same.

I hope this helps you in any way possible.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745114096a4612024.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信