Home
last modified time | relevance | path

Searched full:webui (Results 1 – 25 of 61) sorted by relevance

123

/openbmc/webui-vue/
H A DREADME.md1 # webui-vue
3 webui-vue is a web-based user interface for the OpenBMC firmware stack built on
6 ## Hold on... What happened to phosphor-webui?
8 [phosphor-webui](https://github.com/openbmc/phosphor-webui) was built on
13 ## When will this new Vue.js application reach feature parity with phosphor-webui?
16 …ssues label:phosphor-webui-feature-parity](https://github.com/openbmc/webui-vue/issues?q=is%3Aissu…
19 ## What improvements does webui-vue have?
26 anti-patterns that exist in phosphor-webui today.
28 ## Should I switch to webui-vue from phosphor-webui?
30 It is recommended you switch from phosphor-webui if you haven't already.
[all …]
H A DCONTRIBUTING.md1 # Contributing to WebUI-Vue
31 1. Visit <https://gerrit.openbmc-project.xyz/admin/repos/openbmc/webui-vue>
89 [existing GitHub issues](https://github.com/openbmc/webui-vue/issues) to see if
91 [Bug report template](https://github.com/openbmc/webui-vue/issues/new?assignees=&labels=&template=b…
95 [existing GitHub issues](https://github.com/openbmc/webui-vue/issues). If no one
97 [Feature request template](https://github.com/openbmc/webui-vue/issues/new?assignees=&labels=&templ…
128 [Help Wanted Project](https://github.com/openbmc/webui-vue/projects/2). If you
/openbmc/docs/development/
H A Dweb-ui.md9 ## Webui-vue
11 The [webui-vue](https://github.com/openbmc/webui-vue) repository will replace
12 phosphor-webui once it is deprecated. Webui-vue uses the
16 Visit [README.md](https://github.com/openbmc/webui-vue/blob/master/README.md) to
21 [CONTRIBUTING.md](https://github.com/openbmc/webui-vue/blob/master/CONTRIBUTING.md)
25 Visit the [OpenBMC Web UI Style Guide](https://openbmc.github.io/webui-vue/) to
35 [OpenBMC Web UI Themes Guide - How to customize](https://openbmc.github.io/webui-vue/customization/…
61 ## Phosphor-webui
63 The [phosphor-webui](https://github.com/openbmc/phosphor-webui) repository
70 [how to customize phosphor-webui](#customize-phosphor-webui).
[all …]
H A DREADME.md19 This shows how to modify the phosphor-webui web application and test your
/openbmc/phosphor-webui/
H A DREADME.md3 phosphor-webui is a Web-based user interface for the OpenBMC firmware stack.
5 [webui-vue repository](https://github.com/openbmc/webui-vue) is a replacement
6 for phosphor-webui.
8 If you haven't switched to webui-vue, it is strongly recommended you do so now.
10 - phosphor-webui uses AngularJS which has gone [End of
12 - phosphor-webui uses the REST D-BUS API which has been [disabled by default in
14 - webui-vue has many additional features not present in phosphor-webui
15 - Very little active development is happening in phosphor-webui and at a later
16 date phosphor-webui will move to ReadOnly
51 **Note** This must be run from within the phosphor-webui git repository.
H A Dpackage.json2 "name": "phosphor-webui",
13 "url": "git://github.com/openbmc/phosphor-webui"
H A Dformat-code.sh20 # formatting due to some imported code in webui
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dsession.hpp19 WebUI, enumerator
32 {SessionTypes::WebUI, "WebUI"},
H A Dmanager_account.hpp20 WebUI, enumerator
54 {AccountTypes::WebUI, "WebUI"},
/openbmc/openbmc/meta-phosphor/conf/distro/include/
H A Dphosphor-no-webui.inc1 DISTRO_FEATURES += "phosphor-no-webui"
2 DISTROOVERRIDES .= ":df-phosphor-no-webui"
/openbmc/openbmc/meta-phosphor/recipes-phosphor/packagegroups/
H A Dpackagegroup-obmc-apps.bb34 ${PN}-webui \
199 SUMMARY:${PN}-webui = "Web User Interface support"
200 RDEPENDS:${PN}-webui = "webui-vue"
201 RDEPENDS:${PN}-webui:df-phosphor-no-webui = ""
/openbmc/docs/designs/
H A Dsol-sysrq.md32 - The SOL in WebUI.
40 To implement the SysRq in OpenBMC SOL for ipmi and WebUI, the special key code
54 ### WebUI subsection
56 There are no changes required in WebUI, like netipmid, the user could enter the
110 The SysRq in SOL could be verified in both ipmitool SOL and WebUI SOL. In SOL
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-dvb/tvheadend/tvheadend/
H A D0001-adjust-for-64bit-time_t.patch17 src/webui/webui.c | 4 ++--
90 --- a/src/webui/webui.c
91 +++ b/src/webui/webui.c
158 --- a/src/webui/simpleui.c
159 +++ b/src/webui/simpleui.c
/openbmc/bmcweb/
H A DREADME.md17 intended to mate to webui-vue to provide a complete KVM implementation.
32 - Cookie based authentication for authenticating against webui-vue
34 - Session authentication through webui-vue
/openbmc/openbmc/meta-phosphor/classes/
H A Dobmc-phosphor-image.bbclass32 # - obmc-webui - OpenBMC Web User Interface
68 # Note that the webui is not included by default in OpenBMC
73 FEATURE_PACKAGES_obmc-webui ?= "packagegroup-obmc-apps-webui"
/openbmc/webui-vue/docs/.vuepress/
H A Dconfig.js4 base: "/webui-vue/",
21 link: "https://github.com/openbmc/webui-vue"
/openbmc/webui-vue/docs/guide/guidelines/
H A Dcolors.md10 - [Open an issue in the OpenBMC webui-vue repo](https://github.com/openbmc/webui-vue/issues/new/cho…
/openbmc/bmcweb/include/
H A Dforward_unauthorized.hpp33 // If we have a webui installed, redirect to that login page in sendUnauthorized()
43 // If we don't have a webui installed, just return an unauthorized in sendUnauthorized()
/openbmc/docs/
H A Dfeatures.md6 - [WebUI Vue][] web application
97 [webui vue]: https://github.com/openbmc/webui-vue/blob/master/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/
H A DID.interface.yaml3 located in a rack, and can be enabled remotely via WebUI; user can press ID
/openbmc/webui-vue/docs/guide/components/page-section/
H A Dindex.md12 [View the page section component source code](https://github.com/openbmc/webui-vue/blob/master/src/…
/openbmc/webui-vue/docs/guide/components/page-title/
H A Dindex.md28 [View the page title component source code](https://github.com/openbmc/webui-vue/blob/master/src/co…
/openbmc/openbmc/meta-facebook/conf/machine/include/
H A Dfacebook.inc4 require conf/distro/include/phosphor-no-webui.inc
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/packagegroups/
H A Dpackagegroup-fvp-apps.bb38 webui-vue \
/openbmc/openbmc/meta-google/conf/distro/
H A Dgbmc.conf3 require conf/distro/include/phosphor-no-webui.inc

123