Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
webui-vue
/
4ee8d290a5d45ce93419c819a6e7544d3a009b99
/
.
/
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>