Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
webui-vue
/
9d40e308fb33d5cef91deb8d78451ab021614898
/
.
/
src
/
views
/
AccessControl
/
LocalUserManagement
/
ModalSettings.vue
blob: a0d6294109d037d843a9a4e3462f712f4b5308bb [
file
] [
log
] [
blame
]
<template>
<b-modal
id
=
"modal-settings"
title
=
"Account policy settings"
>
</b-modal>
</template>
<script>
export
default
{
props
:
{
settings
:
{
type
:
String
,
default
:
''
}
}
};
</script>