Rundeck:根据先前的用户输入填充下拉列表
Rundeck: populate drop down based on previous user input
我正在 rundeck 中寻找类似的东西 - 用户选择下拉菜单 A 或 B
If A then populate the next dropdown with A1 A2 A3 else if B then B1 B2 B3.
this 似乎是可能的,但完全不清楚如何实现这一点。
提前致谢
这里有一个很好的实际例子:
https://groups.google.com/d/msg/rundeck-discuss/NrVzI9Kx8zw/Yg2yP8MpDwAJ
基本上,您需要将一些 JSON 文件指向其他人才能工作,检查它。
我正在 rundeck 中寻找类似的东西 - 用户选择下拉菜单 A 或 B If A then populate the next dropdown with A1 A2 A3 else if B then B1 B2 B3. this 似乎是可能的,但完全不清楚如何实现这一点。 提前致谢
这里有一个很好的实际例子:
https://groups.google.com/d/msg/rundeck-discuss/NrVzI9Kx8zw/Yg2yP8MpDwAJ
基本上,您需要将一些 JSON 文件指向其他人才能工作,检查它。