kindwolf.org Git repositories moulti / master doc / assets / images / 100x14-moulti-check-requirements / 1-moulti_check_requirements.properties.json
master

Tree @master (Download .tar.gz)

1-moulti_check_requirements.properties.json @masterraw · history · blame

{
    "command": "buttonquestion",
    "action": "add",
    "id": "moulti_check_requirements",
    "classes": "error",
    "title": "[b]Unmet requirements[/]",
    "scroll_on_activity": false,
    "collapsed": false,
    "top_text": "The following tools are required but appear to be missing:\n- kubectl\n- ack or rg\n- lsb_release -is | grep Fedora (expected rc 0, got 1)",
    "bottom_text": "",
    "text": "Do you want to continue anyway?",
    "button": [
        [
            "yes",
            "error",
            "Yes, continue"
        ],
        [
            "no",
            "success",
            "No, abort"
        ]
    ]
}