We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0678f commit 0f09bfaCopy full SHA for 0f09bfa
container/bmclapi_dashboard/static/js/index.js
@@ -261,7 +261,7 @@ const calc_more_bytes = (...values) => {
261
ExtendFlex().css("domain", "extend-flex-auto").append(
262
ExtendElement("span").append(
263
ExtendElement("h2").text("Python OpenBMCLAPI Dashboard").valueOf(),
264
- ExtendElement("span").text("Powered by ").append(
+ ExtendElement("span").text("Built by ").append(
265
ExtendElement("a").text("TTB Network").setAttr("href", "https://github.com/TTB-Network/python-openbmclapi/").valueOf()
266
).id("dashboard-geo").valueOf()
267
).valueOf(),
0 commit comments