<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BMC/OpenBmc/webui-vue.git/src/App.vue, branch processor-chart</title>
<subtitle>Web-based user interface built on Vue.js for managing OpenBMC systems (mirror)</subtitle>
<id>https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/atom?h=processor-chart</id>
<link rel='self' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/atom?h=processor-chart'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/'/>
<updated>2022-07-04T13:37:05+00:00</updated>
<entry>
<title>Enable alternative styles according to VUE_APP_ENV_NAME</title>
<updated>2022-07-04T13:37:05+00:00</updated>
<author>
<name>Andrey V.Kosteltsev</name>
<email>AKosteltsev@IBS.RU</email>
</author>
<published>2022-07-04T09:02:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=ecb251fa0a2a790bac137837a49a9fcba997abfb'/>
<id>urn:sha1:ecb251fa0a2a790bac137837a49a9fcba997abfb</id>
<content type='text'>
Signed-off-by: Andrey V.Kosteltsev &lt;AKosteltsev@IBS.RU&gt;
</content>
</entry>
<entry>
<title>Show asset name in the app header</title>
<updated>2020-12-15T23:16:56+00:00</updated>
<author>
<name>Sukanya Pandey</name>
<email>sukapan1@in.ibm.com</email>
</author>
<published>2020-12-09T10:44:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=c5c2ae99f6e9b91526ea5896b3029ab8a7480c6f'/>
<id>urn:sha1:c5c2ae99f6e9b91526ea5896b3029ab8a7480c6f</id>
<content type='text'>
Signed-off-by: Sukanya Pandey &lt;sukapan1@in.ibm.com&gt;
Change-Id: If5394604d6c91b3604eaadb33178376fe6da672c
</content>
</entry>
<entry>
<title>Update linting packages to use latest</title>
<updated>2020-11-03T16:47:51+00:00</updated>
<author>
<name>Derick Montague</name>
<email>derick.montague@ibm.com</email>
</author>
<published>2020-10-21T21:20:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=602e98aa32f82fd3b0c3d250c7cc1f8da971db24'/>
<id>urn:sha1:602e98aa32f82fd3b0c3d250c7cc1f8da971db24</id>
<content type='text'>
- 99% of changes were small syntax changes that were changed by the
lint command. There were a couple of small manual changes to meet the
property order patterns established as part of the vue:recommended
guidelines.

There are rules that were set from errors to warnings and new stories
are being opened to address those issues.

Testing:
- Successfully ran npm run serve
- Successfully ran npm run lint
- Verified functionality works as expected, e.g. success and failure use cases
- Resolved any JavaScript errors thrown to the console

Signed-off-by: Derick Montague &lt;derick.montague@ibm.com&gt;
Change-Id: Ie082f31c73ccbe8a60afa8f88a9ef6dbf33d9fd2
</content>
</entry>
<entry>
<title>Move translation into routes file</title>
<updated>2020-09-25T03:27:10+00:00</updated>
<author>
<name>Yoshie Muranaka</name>
<email>yoshiemuranaka@gmail.com</email>
</author>
<published>2020-09-09T17:08:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=f15cc7ac46022487ca36a3d8a66eb86791e040f9'/>
<id>urn:sha1:f15cc7ac46022487ca36a3d8a66eb86791e040f9</id>
<content type='text'>
- Added intial application load document title update with
  created hook

Signed-off-by: Yoshie Muranaka &lt;yoshiemuranaka@gmail.com&gt;
Change-Id: I73d18ed4a56bd04601fa7382c2d6c2ec504b03f5
</content>
</entry>
<entry>
<title>Set up initial language translation</title>
<updated>2020-02-13T14:55:41+00:00</updated>
<author>
<name>Dixsie Wolmers</name>
<email>dixsie@ibm.com</email>
</author>
<published>2020-01-31T02:58:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=cbcd2136cd80395eff898738747c52c4b301fd56'/>
<id>urn:sha1:cbcd2136cd80395eff898738747c52c4b301fd56</id>
<content type='text'>
- Add i18n internationalization plugin
- Create json files for group 0 English and Spanish
- Uses $t method to set up initial translations on login page
- Meta title is translated using i18n in App.vue and PageTitle.Vue

Signed-off-by: Dixsie Wolmers &lt;dixsie@ibm.com&gt;
Change-Id: Ifce9f5e54d96f8b2a13239ad6178892f99fc4537
</content>
</entry>
<entry>
<title>Fix linting in script blocks in vue files</title>
<updated>2020-01-28T22:18:05+00:00</updated>
<author>
<name>Derick Montague</name>
<email>derick.montague@ibm.com</email>
</author>
<published>2019-12-20T19:26:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=e2fd156773dbc2e919c912673de092d707e8ef69'/>
<id>urn:sha1:e2fd156773dbc2e919c912673de092d707e8ef69</id>
<content type='text'>
- Removed the .eslintrc and added the pretteri rules to the eslintrc file
- Ran `npm run lint --fix`

Signed-off-by: Derick Montague &lt;derick.montague@ibm.com&gt;
Change-Id: I4e36c1967ae9b4d839ef88f1d47ffa20ab4e4991
</content>
</entry>
<entry>
<title>Add page titles using route meta data</title>
<updated>2020-01-22T23:45:29+00:00</updated>
<author>
<name>Derick Montague</name>
<email>derick.montague@ibm.com</email>
</author>
<published>2019-12-06T07:28:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=c8636e533ffadde75468cfd4014e681b481fbb3c'/>
<id>urn:sha1:c8636e533ffadde75468cfd4014e681b481fbb3c</id>
<content type='text'>
Adding the page title using the route assures that each page has a set
title.

Signed-off-by: Derick Montague &lt;derick.montague@ibm.com&gt;
Change-Id: I75cdd39a1ccdfe4ac9757886e22f016188f42360
</content>
</entry>
<entry>
<title>Add login and logout functionality</title>
<updated>2020-01-22T23:44:50+00:00</updated>
<author>
<name>Derick Montague</name>
<email>derick.montague@ibm.com</email>
</author>
<published>2019-12-04T22:30:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=e080a1a7593e83a49d623ffdd452fd0e1c617889'/>
<id>urn:sha1:e080a1a7593e83a49d623ffdd452fd0e1c617889</id>
<content type='text'>
- Add AuthenticationStore
- Add ability to login and logout
- Add route navigation guard
- Add login styles
- Add temporary authentication for api call
- Add Login directory
- Add index.js

In order to login a .env.development.local file that contains
BASE_URL="https://&lt;ip address&gt; or &lt;FQDN&gt;"

Signed-off-by: Derick Montague &lt;derick.montague@ibm.com&gt;
Change-Id: I88b93e287e66f4bae82a1ec2934cdef12d78264e
</content>
</entry>
<entry>
<title>Update main layout</title>
<updated>2020-01-22T19:36:33+00:00</updated>
<author>
<name>Yoshie Muranaka</name>
<email>yoshiemuranaka@gmail.com</email>
</author>
<published>2019-12-04T05:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=013964e3da0fd260cff551e4281a202602ea518a'/>
<id>urn:sha1:013964e3da0fd260cff551e4281a202602ea518a</id>
<content type='text'>
Adding large screen breakpoints and removing
offset.

Signed-off-by: Yoshie Muranaka &lt;yoshiemuranaka@gmail.com&gt;
Signed-off-by: Derick Montague &lt;derick.montague@ibm.com&gt;
Change-Id: I1e8a43e0a3a4e6d534e0a176f6b33cc8e1d1d5f5
</content>
</entry>
<entry>
<title>Add primary navigation with default styles</title>
<updated>2020-01-21T18:32:49+00:00</updated>
<author>
<name>Derick Montague</name>
<email>derick.montague@ibm.com</email>
</author>
<published>2020-01-17T22:10:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=42c1989301a81ebaa4733f403fcdc6c0a5368f11'/>
<id>urn:sha1:42c1989301a81ebaa4733f403fcdc6c0a5368f11</id>
<content type='text'>
- Import and use Bootstrap Vue components for the navigation structure
- Import  and add icons to the navigation sections
- Add minor style overrides

Change-Id: I4c1903390d75aff086c912a710f4c04d38d28a28
Signed-off-by: Derick Montague &lt;derick.montague@ibm.com&gt;
</content>
</entry>
</feed>
