Import Splunk Add-On for Unix and Linux version 9.2.0
This commit is contained in:
commit
92ac2630a1
77 changed files with 11487 additions and 0 deletions
19
appserver/static/components/js_sdk_extensions/common.js
Normal file
19
appserver/static/components/js_sdk_extensions/common.js
Normal file
|
@ -0,0 +1,19 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: 2021 Splunk, Inc. <sales@splunk.com>
|
||||
* SPDX-License-Identifier: LicenseRef-Splunk-8-2021
|
||||
*
|
||||
*/
|
||||
|
||||
define([], function () {
|
||||
var utils_namespaceFromProperties = function (props) {
|
||||
return {
|
||||
owner: props.acl.owner,
|
||||
app: props.acl.app,
|
||||
sharing: props.acl.sharing
|
||||
}
|
||||
}
|
||||
|
||||
return {
|
||||
utils_namespaceFromProperties: utils_namespaceFromProperties
|
||||
}
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue