Giter VIP home page Giter VIP logo

Comments (4)

cobexer avatar cobexer commented on July 22, 2024

Relevant HTML:

    <div id="matrix"> <!-- edited to add the div to show that it is identical to below -->
    <table id="configuration-matrix">
        <tbody>
            <tr class="matrix-row">
                <td colspan="1" id="matrix-title">Configuration Matrix</td>
                <td title="browser" colspan="1" tooltip="browser" class="matrix-header">IE11</td>
            </tr>
            <tr>
                <td title="server" rowspan="1" tooltip="server" class="matrix-leftcolumn">el6</td>
                <td class="matrix-cell">
                    <div>
                        <a href="browser=IE11,server=el6/" class="model-link inside">
                            <img title="Unstable " src="/static/c82d2d81/images/24x24/yellow.png" tooltip="Unstable " alt="Unstable" style="" height="24" width="24">
                        </a>
                    </div>
                </td>
            </tr>
        </tbody>
    </table>
    </div>

from jenkins-material-theme.

cobexer avatar cobexer commented on July 22, 2024

Just Discovered: in case the Matrix only has a single dimension it may also look like this:

    <div id="matrix">
        <h2>Configurations</h2>
        <a href="Server=el6/" class="model-link inside">
            <img title="Success " src="/static/c82d2d81/images/24x24/blue.png" tooltip="Success " alt="Success" style="" height="24" width="24">el6
        </a>&nbsp;
        <a href="Server=el7/" class="model-link inside">
            <img title="Success " src="/static/c82d2d81/images/24x24/blue.png" tooltip="Success " alt="Success" style="" height="24" width="24">el7
        </a>&nbsp;
        <img title="Not run" src="/static/c82d2d81/images/24x24/grey.png" tooltip="Not run" alt="Not run" height="24" width="24">&nbsp;
        <a href="Server=w2008r2/" class="model-link inside">
            <img title="Success " src="/static/c82d2d81/images/24x24/blue.png" tooltip="Success " alt="Success" style="" height="24" width="24">w2008r2
        </a>&nbsp;
        <a href="Server=w2012r2/" class="model-link inside">
            <img title="Success " src="/static/c82d2d81/images/24x24/blue.png" tooltip="Success " alt="Success" style="" height="24" width="24">w2012r2
        </a>&nbsp;
    </div>

from jenkins-material-theme.

afonsof avatar afonsof commented on July 22, 2024

Fixed: Version 1.1.5

from jenkins-material-theme.

cobexer avatar cobexer commented on July 22, 2024

Missed the second variant of the Matrix here, the second version has no #configuration-matrix div.

from jenkins-material-theme.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.