Files
Facilitor/APPL/MGT/fac_idp.asp
Jos Groot Lipman 61b78790cf FSN#37583 Authenticatie via JWT
svn path=/Website/trunk/; revision=30563
2016-09-06 07:20:11 +00:00

44 lines
810 B
Plaintext

<%@language = "javascript" %>
<% /*
$Revision$
$Id$
File: fac_idp.asp
Description:
Context:
Notes:
*/
%>
<!-- #include file="../scf/scaffolding.inc" -->
<!-- #include file="../mgt/mgt_tools.inc" -->
<!-- #include file="../api2/model_fac_idp.inc" -->
<%
var this_model = new fac_idp();
scaffolding(this_model,
{
"search": {
"autosearch": true,
"filters": [
"name",
"action"
]
},
"list": {
"columns": [
"id",
"code",
"name",
"type",
"remote_loginurl"
]
},
"edit": {
"modal": false
}
});
%>